]> code.citadel.org Git - citadel.git/blob - citadel/support.h
Added config.c_nntp_port to server and to conf protocol, but not to client
[citadel.git] / citadel / support.h
1 #include <stdio.h>
2
3 void strproc (char *string);
4 int getstring (FILE *fp, char *string);
5 void mesg_locate (char *targ, size_t n, const char *searchfor,
6                   int numdirs, const char * const *dirs);