Add function prototype for 'collapse' function in match.c
authorRemco Rijnders <remco@webconquest.com>
Wed, 15 Feb 2012 17:55:32 +0000 (18:55 +0100)
committerRemco Rijnders <remco@webconquest.com>
Wed, 15 Feb 2012 17:55:32 +0000 (18:55 +0100)
include/h.h

index 3b6287b791a911c2bf177749d6cf5a0b3160b9ba..1d59285f652962519bc09111fde61e0a02357466 100644 (file)
@@ -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);