Restructured help

This commit is contained in:
James Booth
2013-06-25 00:49:29 +01:00
parent b48ef9d5e0
commit c8567cd793
3 changed files with 169 additions and 226 deletions

View File

@@ -26,11 +26,11 @@
#include <glib.h>
// Command help strings
struct cmd_help_t {
typedef struct cmd_help_t {
const gchar *usage;
const gchar *short_help;
const gchar *long_help[50];
};
} CommandHelp;
void cmd_init(void);
void cmd_close(void);