aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/command.h')
-rw-r--r--FICS/command.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/FICS/command.h b/FICS/command.h
index 1f2eeef..f7ca75f 100644
--- a/FICS/command.h
+++ b/FICS/command.h
@@ -95,6 +95,10 @@ typedef struct s_alias_type {
char *alias;
} alias_type;
+typedef struct {
+ char com[MAX_STRING_LENGTH];
+} comstr_t;
+
extern char *adhelp_dir;
extern char *adj_dir;
extern char *board_dir;