diff options
Diffstat (limited to 'FICS/command.h')
-rw-r--r-- | FICS/command.h | 4 |
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; |