diff options
Diffstat (limited to 'src/streq.h')
| -rw-r--r-- | src/streq.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/streq.h b/src/streq.h index 0996e29..65b6ddb 100644 --- a/src/streq.h +++ b/src/streq.h @@ -2,3 +2,4 @@ extern char lcase(char c); extern char streq(const char *s1, const char *s2); extern char streq_i(const char *s1, const char *s2); extern char strneq_i(const char *s1, const char *s2, char limit); +extern char find_nick(void); |
