summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/functions.h b/functions.h
index 614137d..e8b03f9 100644
--- a/functions.h
+++ b/functions.h
@@ -208,4 +208,7 @@ int addnamereplytochannel(char *namereply, struct channel *channels);
// Strips all leading prefixes (colons, user modes) from a nick
void stripprefixesfromnick(char *nick);
+
+// Convert the given 'string' into lowercase
+void strlower(char *string);
#endif