aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/command.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h
index b48bf80f6..55d7a9cd8 100644
--- a/src/command.h
+++ b/src/command.h
@@ -81,7 +81,10 @@ typedef struct {
const char *description;
} command_definition_t;
+#ifdef ENABLE_KEYDEF_SCREEN
command_definition_t *get_command_definitions(void);
+#endif
+
command_t find_key_command(int key, command_definition_t *cmds);
void command_dump_keys(void);