diff options
Diffstat (limited to 'nick.h')
-rw-r--r-- | nick.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ struct nick_t { }; void nick_init(); -int nick_add(char *name); +struct nick_t *nick_add(char *name); int nick_regex_add(struct nick_t *nick, char *re_s); void nick_free(); |