summaryrefslogtreecommitdiff
path: root/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'input.h')
-rw-r--r--input.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/input.h b/input.h
index 94c746d..e509ee7 100644
--- a/input.h
+++ b/input.h
@@ -15,4 +15,6 @@
#define _FAIL '?' // final return value from smode_input to indicate an invalid
#define _VALID 0 // this may only be used to mark as valid or invalid from the validate functions
#define _INVALID -1 // this may only be used to mark as valid or invalid from the validate functions
- // _FAIL and _INVALID are sorta tied to eachother \ No newline at end of file
+ // _FAIL and _INVALID are sorta tied to eachother
+
+int smode_input(char *single, char **multiple, uint64_t focus);