diff options
Diffstat (limited to 'nick.h')
-rw-r--r-- | nick.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ struct nick_t { void nick_init(); struct nick_t *nick_add(const char *name); int nick_regex_add(struct nick_t *nick, const char *re_s); +char *nick_get(char *name); void nick_free(); #endif |