]> code.citadel.org Git - citadel.git/blob - citadel/support.h
fix a bug introduced in a8bb950b3da00b7933912c27e2ad92814b10d75b ; we want to set...
[citadel.git] / citadel / support.h
1 void strproc (char *string);
2 int getstring (FILE *fp, char *string);
3 void mesg_locate (char *targ, size_t n, const char *searchfor,
4                   int numdirs, const char * const *dirs);