X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Froutines.h;h=6bb516a2cd848a7378e716e2bdb1d7187c7d86d5;hp=9d8e50976627142d65731aae40476e2a3971ab3b;hb=1e656d277fe91b7c4f5d73eab4a0dd0b7a173145;hpb=a4e0c69c19dc8bb3c27459e81f9050099b1d86aa diff --git a/citadel/routines.h b/citadel/routines.h index 9d8e50976..6bb516a2c 100644 --- a/citadel/routines.h +++ b/citadel/routines.h @@ -7,7 +7,6 @@ void enter_config(CtdlIPC* ipc, int mode); void locate_host(CtdlIPC* ipc, char *hbuf); void misc_server_cmd(CtdlIPC *ipc, char *cmd); int nukedir(char *dirname); -int num_parms(char *source); void strproc(char *string); void back(int spaces); void progress(CtdlIPC* ipc, unsigned long curr, unsigned long cmax);