1 |
adcroft |
1.1 |
/* |
2 |
|
|
$Id: parse_conffile.h,v 1.12 2002/08/22 22:58:39 whmoseley Exp $ |
3 |
|
|
** |
4 |
|
|
** |
5 |
|
|
*/ |
6 |
|
|
|
7 |
|
|
void grabCmdOptions(StringList *sl, int start, struct swline **listOfWords); |
8 |
|
|
void getdefaults(SWISH *sw, char *conffile, int *hasdir, int *hasindex, int hasverbose); |
9 |
|
|
int getYesNoOrAbort (StringList *sl, int n, int islast); |
10 |
|
|
int strtoDocType( char * s ); |
11 |
|
|
|
12 |
|
|
void free_Extracted_Path( SWISH *sw ); |
13 |
|
|
void free_regex_list( regex_list **reg_list ); |
14 |
|
|
void freeSwishConfigOptions( SWISH *sw ); |
15 |
|
|
|
16 |
|
|
|
17 |
|
|
|
18 |
|
|
|