]> jfr.im git - irc/quakenet/newserv.git/blobdiff - lib/irc_string.h
Implement --help parameter.
[irc/quakenet/newserv.git] / lib / irc_string.h
index a80b9061129701df587f425d0ae8b32f21e90c1c..437e3d68f5d7994e925f820de80b5cff1462c049 100644 (file)
@@ -14,10 +14,10 @@ int match2strings(const char *patrn, const char *strng);
 int match2patterns(const char *patrn, const char *strng);
 unsigned long crc32(const char *s);
 unsigned long crc32i(const char *s);
-int ircd_strcmp(const char *a, const char *b);
-int ircd_strncmp(const char *a, const char *b, size_t n);
+int ircd_strcmp(const char *s1, const char *s2);
+int ircd_strncmp(const char *s1, const char *s2, size_t len);
 char *delchars(char *string, const char *badchars);
-const char *IPtostr(unsigned long IP);
+const char *IPlongtostr(unsigned long IP);
 const char *longtoduration(unsigned long interval, int format);
 int durationtolong(const char *string);