aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h
index 9c20acb7a..9fd6ab37b 100644
--- a/src/command.h
+++ b/src/command.h
@@ -74,5 +74,6 @@ command_t get_key_command_from_name(char *name);
int assign_keys(command_t command, int keys[MAX_COMMAND_KEYS]);
command_t get_keyboard_command(void);
+command_t get_keyboard_command_with_timeout(int milliseconds);
#endif