Confparse: Improve section stuff: Section work like this now: [secname] option = "pwet" [/secname]

This commit is contained in:
Martin Duquesnoy
2009-08-20 14:16:59 +02:00
parent a5a5126082
commit 6db79e381d
5 changed files with 81 additions and 69 deletions

View File

@@ -68,6 +68,7 @@ char *opt_srch(char *buf, char *opt);
opt_type str_to_opt(char *str);
char *clean_value(char *str);
char **secname(char *name);
void free_secname(char **secname);
/* confparse.c */
char *file_to_str(char *path);