]> code.citadel.org Git - citadel.git/blobdiff - citadel/routines2.c
* Moved num_parms() and all the extract() type functions into tools.c
[citadel.git] / citadel / routines2.c
index 9e39b825e308a33be16b6983c44755a6960dc34e..658392e7820d0e65a5cc7af6267d89435faa119d 100644 (file)
@@ -20,6 +20,7 @@
 #include "routines2.h"
 #include "routines.h"
 #include "commands.h"
+#include "tools.h"
 
 void interr(int errnum);
 void strprompt(char *prompt, char *str, int len);