about summary refs log tree commit diff stats
path: root/src/command/commands.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-02 20:29:35 +0100
committerJames Booth <boothj5@gmail.com>2015-06-02 20:29:35 +0100
commitf0f3a739f4f6963d9ed3300f4b9ef8116ec39ba3 (patch)
tree541ff776996e561ba1d987a8016bb4411f282280 /src/command/commands.h
parent304e08a9c0bfa27ed84dc1ff0a2e2d32b36529f8 (diff)
parenta0a7d04a5f28957f7b07c533e38a4cc59888164c (diff)
downloadprofani-tty-f0f3a739f4f6963d9ed3300f4b9ef8116ec39ba3.tar.gz
Merge remote-tracking branch 'PMaynard/#551'
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);