]> code.citadel.org Git - citadel.git/blobdiff - citadel/citserver.c
* Moved num_parms() and all the extract() type functions into tools.c
[citadel.git] / citadel / citserver.c
index 69a12725699a07c35b53caf15214e4234c3c1bd2..8a967629826e288d5196a5ed6a2cb105365ae6df 100644 (file)
@@ -29,6 +29,7 @@
 #include "dynloader.h"
 #include "policy.h"
 #include "control.h"
+#include "tools.h"
 
 struct CitContext *ContextList = NULL;
 int ScheduledShutdown = 0;