about summary refs log tree commit diff stats
path: root/src/command.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-08-14 22:50:38 +0100
committerJames Booth <boothj5@gmail.com>2012-08-14 22:50:38 +0100
commit7972a9a8b406e5b371d71399e427185472f72f3f (patch)
treeaa6a56a2e7d8b3f2c2b2a82c1fa298536fd4d1e0 /src/command.h
parent9fd7b2b3c2a610433f4af688905d036990839589 (diff)
downloadprofani-tty-7972a9a8b406e5b371d71399e427185472f72f3f.tar.gz
Added long help with dummy data
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h
index a18de2fc..5499e589 100644
--- a/src/command.h
+++ b/src/command.h
@@ -27,6 +27,7 @@
 struct cmd_help_t {
     const gchar *usage;
     const gchar *short_help;
+    const gchar *long_help[50];
 };
 
 void command_init(void);