]> jfr.im git - irc/quakenet/newserv.git/blobdiff - helpmod2/hgen.h
G 2.10
[irc/quakenet/newserv.git] / helpmod2 / hgen.h
index c901593e9c4601bc94b204be0a8bb02daeaaaef3..f4d29db44eca00e0b5aece5c179115139d2fbdf1 100644 (file)
@@ -9,7 +9,7 @@ int ci_strcmp(const char*, const char*);
 /* matches string (const char*) to the regular expression (? and *) (const char*) */
 int strregexp(const char *, const char *);
 
-/* prints the time in the common 1h 2m 3s format, hour is the maximum unit printed currently */
+/* prints the time in the common 1h 2m 3s format, has three internal buffers */
 const char *helpmod_strtime(int);
 /* reads a time string */
 int helpmod_read_strtime(const char *);
@@ -24,4 +24,6 @@ int strisupper(const char*);
 int strisalpha(const char*);
 int strnumcount(const char*);
 
+float helpmod_percentage(int, int);
+
 #endif