From: Remco Rijnders Date: Wed, 15 Feb 2012 17:55:32 +0000 (+0100) Subject: Add function prototype for 'collapse' function in match.c X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=9a812c91a7eea7e6dcf25056baf68ccee05ef757;p=serene-ircd.git Add function prototype for 'collapse' function in match.c --- diff --git a/include/h.h b/include/h.h index 3b6287b..1d59285 100644 --- a/include/h.h +++ b/include/h.h @@ -314,6 +314,7 @@ extern void count_memory PROTO((aClient *, char *)); #endif extern void get_max_users(void); extern void strip_trailing_spaces(char *) ; +extern char *collapse (char * pattern); /* From channel.c */ extern void send_list(aClient *, int);