]> code.citadel.org Git - citadel.git/blobdiff - webcit/webserver.c
MAILINGLIST: add facility to choose the default room email alias.
[citadel.git] / webcit / webserver.c
index c618e540265750d82ffad7ba256358fc110221c4..99e4574035801954412276640f312dcd4cc39d2a 100644 (file)
@@ -14,9 +14,6 @@
 #include "webserver.h"
 
 #include "modules_init.h"
-#ifndef HAVE_SNPRINTF
-int vsnprintf(char *buf, size_t max, const char *fmt, va_list argp);
-#endif
 
 extern int msock;                              /* master listening socket */
 extern char static_icon_dir[PATH_MAX];          /* where should we find our mime icons */