aboutsummaryrefslogtreecommitdiffstats
path: root/cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmd.h')
-rw-r--r--cmd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd.h b/cmd.h
index f8186a5..372139b 100644
--- a/cmd.h
+++ b/cmd.h
@@ -4,7 +4,8 @@
#define _CMD_H_
typedef struct cmdstruct {
- char *sortname; /* set to NULL if you want to sort by command name */
+ char *sortname; /* set to NULL if you want to sort by
+ * command name */
char *name; /* command name */
char *help; /* short help */
function_str funct; /* function to call */