diff options
Diffstat (limited to 'FICS/command.c')
-rw-r--r-- | FICS/command.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/command.c b/FICS/command.c index 1024aae..ef36b97 100644 --- a/FICS/command.c +++ b/FICS/command.c @@ -123,6 +123,7 @@ alias_lookup(char *tmp, alias_type *alias_list, int numalias) return -1; /* not found */ } +#if 0 PRIVATE int alias_count(alias_type *alias_list) { @@ -133,6 +134,7 @@ alias_count(alias_type *alias_list) } return i; } +#endif /* * Puts alias substitution into alias_string |