X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fsupport.c;h=af155d31df92298178ab5e9c03a742be304fa133;hp=56941c36fb23abac8f365b3d20c4dc44ffd21588;hb=1e9d2ef0202aa02d95ba5f15899cdce6434cee48;hpb=02b97e390060ab97d00bb77608413a6dc14abf17 diff --git a/citadel/support.c b/citadel/support.c index 56941c36f..af155d31d 100644 --- a/citadel/support.c +++ b/citadel/support.c @@ -81,28 +81,3 @@ int getstring(FILE *fp, char *string) } while(string[0]=='#'); return(strlen(string)); } - - - - -/* - * mesg_locate() - locate a message or help file, case insensitive - */ -void mesg_locate(char *targ, size_t n, const char *searchfor, - int numdirs, const char * const *dirs) -{ - int a; - char buf[SIZ]; - struct stat test; - - for (a=0; a