HUGE PATCH. This moves all of mime_parser.c and all
[citadel.git] / citadel / support.h
1 /* $Id$ */
2 void strproc (char *string);
3 int getstring (FILE *fp, char *string);
4 void mesg_locate (char *targ, size_t n, const char *searchfor,
5                   int numdirs, const char * const *dirs);