diff options
Diffstat (limited to 'include/irc_string.h')
-rw-r--r-- | include/irc_string.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/irc_string.h b/include/irc_string.h index 13a57c9..dee67df 100644 --- a/include/irc_string.h +++ b/include/irc_string.h @@ -47,11 +47,8 @@ extern int match_chan(const char *, const char *); * collapse - collapse a string in place, converts multiple adjacent *'s * into a single *. * collapse - modifies the contents of pattern - * - * collapse_esc() - collapse with support for escaping chars */ extern char *collapse(char *); -extern char *collapse_esc(char *); /* * NOTE: The following functions are NOT the same as strcasecmp |