Conf: *TEST* make parser faster.

This commit is contained in:
Martin Duquesnoy
2009-11-06 19:52:26 +01:00
parent 1b16cb9229
commit c37e192b4d
6 changed files with 85 additions and 12 deletions

View File

@@ -67,6 +67,7 @@ char *erase_sec_content(char *buf);
char *opt_srch(char *buf, char *opt);
opt_type str_to_opt(char *str);
char *clean_value(char *str);
void set_current_sauv(char *str);
char **secname(char *name);
void free_secname(char **secname);
@@ -80,4 +81,7 @@ opt_type *get_list_opt(char *src, char *def, char *name, int *n);
static const opt_type null_opt_type = {0, 0, 0, NULL};
char *sauv_delimc;
char *sauv_secc;
#endif /* CONFPARSE_H */