From 9a812c91a7eea7e6dcf25056baf68ccee05ef757 Mon Sep 17 00:00:00 2001 From: Remco Rijnders Date: Wed, 15 Feb 2012 18:55:32 +0100 Subject: [PATCH] Add function prototype for 'collapse' function in match.c --- include/h.h | 1 + 1 file changed, 1 insertion(+) 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); -- 2.30.2