]> jfr.im git - irc/quakenet/newserv.git/blobdiff - helpmod2/hgen.h
CHANSERV: fix issue where chanserv_relay doesn't wait for db to be loaded before...
[irc/quakenet/newserv.git] / helpmod2 / hgen.h
index efdbd825294e4c362e3c108df83a13902ddf572e..eb1c2bf8e3b18e22b39e77cee8b9722cfea8f8d2 100644 (file)
@@ -24,4 +24,11 @@ int strisupper(const char*);
 int strisalpha(const char*);
 int strnumcount(const char*);
 
+float helpmod_percentage(int, int);
+
+/* A select for strings, case insensitive
+ * String to match, strings, corresponding int values (enums) and amount of both
+ * In case of no match, -1 is returned */
+int helpmod_select(const char*, const char**, int*, int);
+
 #endif