summaryrefslogtreecommitdiff
path: root/com32/libutil/include/getkey.h
diff options
context:
space:
mode:
Diffstat (limited to 'com32/libutil/include/getkey.h')
-rw-r--r--com32/libutil/include/getkey.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/com32/libutil/include/getkey.h b/com32/libutil/include/getkey.h
index a46de812..0733723b 100644
--- a/com32/libutil/include/getkey.h
+++ b/com32/libutil/include/getkey.h
@@ -77,8 +77,11 @@
#define KEY_MAX 0x012a
+#define KEY_MAXLEN 8
+
int get_key(FILE *, clock_t);
int key_name_to_code(const char *);
const char *key_code_to_name(int);
+int get_key_decode(char *, int, int *);
#endif /* LIBUTIL_GETKEY_H */