diff options
author | venaas <venaas> | 2007-11-28 14:11:47 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-11-28 14:11:47 +0000 |
commit | 18592cef57c5a05d97dbdc56df5a1191bce494b0 (patch) | |
tree | 4ee4854dfced9db4c40c3d0902d8068c0cd6ef39 /gconfig.h | |
parent | cbd283e0022dd394799786c6504c85df7fd40b5b (diff) |
working include support for individual files
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@199 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'gconfig.h')
-rw-r--r-- | gconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,6 +7,6 @@ struct gconffile { FILE *file; }; -void getgenericconfig(FILE *f, char *block, ...); +void getgenericconfig(struct gconffile **cf, char *block, ...); FILE *pushgconffile(struct gconffile **cf, const char *path); FILE *popgconffile(struct gconffile **cf); |