diff options
author | venaas <venaas> | 2007-11-29 09:01:42 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-11-29 09:01:42 +0000 |
commit | b79f901f19fe09bc6281ace20b3149be3e1ee355 (patch) | |
tree | 5c14fca10b085cb17c74de8a339c29600695700d /gconfig.h | |
parent | 18592cef57c5a05d97dbdc56df5a1191bce494b0 (diff) |
include with globbing
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@200 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'gconfig.h')
-rw-r--r-- | gconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,4 +9,5 @@ struct gconffile { 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); |