]> git.pond.sub.org Git - empserver/blobdiff - include/misc.h
(plurize): Fix the strncat() len parameter to prevent an overflow of buf.
[empserver] / include / misc.h
index 4a2ffb4d27b49cce3c85c2a44756f91223c53596..b0ccc0f279c37ae842489f8520a3a6e6fc9457b8 100644 (file)
@@ -135,11 +135,6 @@ extern int daemonize;
 double dmax(double n1, double n2);
 double dmin(double n1, double n2);
 
-extern s_char *numstr(s_char buf[], int n);
-extern s_char *esplur(int n);
-extern s_char *splur(int n);
-extern s_char *iesplur(int n);
-extern char *plurize(char *buf, int max_len, int n);
 extern char *getstarg(char *input, char *prompt, char buf[]);
 extern char *getstring(char *prompt, char buf[]);
 extern char *ugetstring(char *prompt, char buf[]);