diff options
author | venaas <venaas> | 2008-05-09 09:15:30 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-05-09 09:15:30 +0000 |
commit | 3badd3809645529046513f8ee2835f7949cbcde9 (patch) | |
tree | a0db0c37ea80e0387980ee4aa6487d91623f3f3e /gconfig.h | |
parent | 6196e3fcaeebe0a7801e789a7eb664bc4eaa452a (diff) |
added catgconf utility
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@250 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'gconfig.h')
-rw-r--r-- | gconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,7 +8,9 @@ struct gconffile { FILE *file; }; +void getconfigline(struct gconffile **cf, char *block, char **opt, char **val, int *conftype); void getgenericconfig(struct gconffile **cf, char *block, ...); FILE *pushgconffile(struct gconffile **cf, const char *path); FILE *pushgconffiles(struct gconffile **cf, const char *path); FILE *popgconffile(struct gconffile **cf); +struct gconffile *openconfigfile(const char *file); |