about summary refs log tree commit diff stats
path: root/src/command/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/commands.h')
-rw-r--r--src/command/commands.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/command/commands.h b/src/command/commands.h
index dd09fae0..c8cbd9e3 100644
--- a/src/command/commands.h
+++ b/src/command/commands.h
@@ -116,6 +116,7 @@ gboolean cmd_sub(gchar **args, struct cmd_help_t help);
 gboolean cmd_theme(gchar **args, struct cmd_help_t help);
 gboolean cmd_tiny(gchar **args, struct cmd_help_t help);
 gboolean cmd_titlebar(gchar **args, struct cmd_help_t help);
+gboolean cmd_exittitle(gchar **args, struct cmd_help_t help);
 gboolean cmd_vercheck(gchar **args, struct cmd_help_t help);
 gboolean cmd_who(gchar **args, struct cmd_help_t help);
 gboolean cmd_win(gchar **args, struct cmd_help_t help);
@@ -140,4 +141,4 @@ gboolean cmd_inpblock(gchar **args, struct cmd_help_t help);
 
 gboolean cmd_form_field(char *tag, gchar **args);
 
-#endif
\ No newline at end of file
+#endif