about summary refs log tree commit diff stats
path: root/src/command/commands.h
diff options
context:
space:
mode:
authorWill Song <incertia9474@gmail.com>2015-01-08 10:18:29 -0600
committerWill Song <incertia9474@gmail.com>2015-01-08 10:18:29 -0600
commite57fa1633a6d33583454638d43cc84167a40c19b (patch)
tree0f514cbf797b31853cbc4530ac649b722eb8c9bb /src/command/commands.h
parent22a8d7a8a3b340b0a371b27727a684d942a8c369 (diff)
downloadprofani-tty-e57fa1633a6d33583454638d43cc84167a40c19b.tar.gz
add exit title preference to group and add command for setting the preference
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