about summary refs log tree commit diff stats
path: root/src/command/commands.h
diff options
context:
space:
mode:
authorPete <pgm987@gmail.com>2015-05-29 14:25:14 +0100
committerPete <pgm987@gmail.com>2015-05-29 14:25:14 +0100
commitfbc57765a3627666be096e476b0a3b4a6ef6e786 (patch)
tree4ab055e0a9effeb13e8959f0672b4d4471ad591e /src/command/commands.h
parent304e08a9c0bfa27ed84dc1ff0a2e2d32b36529f8 (diff)
downloadprofani-tty-fbc57765a3627666be096e476b0a3b4a6ef6e786.tar.gz
Added window auto tidy.
Diffstat (limited to 'src/command/commands.h')
-rw-r--r--src/command/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/commands.h b/src/command/commands.h
index 7b7e7c93..fb5372a6 100644
--- a/src/command/commands.h
+++ b/src/command/commands.h
@@ -125,6 +125,7 @@ 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);
 gboolean cmd_wins(gchar **args, struct cmd_help_t help);
+gboolean cmd_winstidy(gchar **args, struct cmd_help_t help);
 gboolean cmd_xa(gchar **args, struct cmd_help_t help);
 gboolean cmd_alias(gchar **args, struct cmd_help_t help);
 gboolean cmd_xmlconsole(gchar **args, struct cmd_help_t help);