aboutsummaryrefslogtreecommitdiff
path: root/src/streq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/streq.h')
-rw-r--r--src/streq.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/streq.h b/src/streq.h
new file mode 100644
index 0000000..65b6ddb
--- /dev/null
+++ b/src/streq.h
@@ -0,0 +1,5 @@
+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);