aboutsummaryrefslogtreecommitdiff
path: root/src/streq.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-04-02 06:50:36 -0400
committerB. Watson <urchlay@slackware.uk>2026-04-02 06:50:44 -0400
commit551fbf43202d02c68f4d90d0cf8b5257444b80ea (patch)
tree80c606a7637a7a53172509599d58dbb026a73898 /src/streq.h
parentfdb9489c60785f908c9f5d33b9cf528fed845f27 (diff)
downloadfujinet-chat-551fbf43202d02c68f4d90d0cf8b5257444b80ea.tar.gz
Replace strstr() with find_nick(). Now 6133 bytes free.
Diffstat (limited to 'src/streq.h')
-rw-r--r--src/streq.h1
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);