about summary refs log tree commit diff stats
path: root/src/command/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/command.h')
-rw-r--r--src/command/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command/command.h b/src/command/command.h
index ffbccfa4..8be1143f 100644
--- a/src/command/command.h
+++ b/src/command/command.h
@@ -66,4 +66,6 @@ void cmd_history_append(char *inp);
 char *cmd_history_previous(char *inp);
 char *cmd_history_next(char *inp);
 
+void command_docgen(void);
+
 #endif