summaryrefslogtreecommitdiff
path: root/input.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2000-08-31 02:41:47 +0000
committersabetts <sabetts>2000-08-31 02:41:47 +0000
commitf9d451208217f6861a8b0f2b7bb070585a2e385c (patch)
treefaa3ed443f9cca9a582c495b86cd4eefc62c517c /input.h
parent80d7ae36215ca93f4b82c8fb87d1017b9f3bdc90 (diff)
downloadratpoison-f9d451208217f6861a8b0f2b7bb070585a2e385c.zip
handles getting input from the user.
Diffstat (limited to 'input.h')
-rw-r--r--input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/input.h b/input.h
new file mode 100644
index 0000000..9d49bbf
--- /dev/null
+++ b/input.h
@@ -0,0 +1 @@
+void get_input (screen_info *s, char *prompt, char *str, int len);