]> code.citadel.org Git - citadel.git/blob - citadel/support.h
* Moved num_parms() and all the extract() type functions into tools.c
[citadel.git] / citadel / support.h
1 /* $Id$ */
2 void strproc (char *string);
3 int getstring (FILE *fp, char *string);
4 int pattern2 (char *search, char *patn);
5 void mesg_locate (char *targ, char *searchfor, int numdirs, char **dirs);