summaryrefslogtreecommitdiff
path: root/gconfig.h
diff options
context:
space:
mode:
authorvenaas <venaas>2007-11-29 09:01:42 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2007-11-29 09:01:42 +0000
commitb79f901f19fe09bc6281ace20b3149be3e1ee355 (patch)
tree5c14fca10b085cb17c74de8a339c29600695700d /gconfig.h
parent18592cef57c5a05d97dbdc56df5a1191bce494b0 (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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gconfig.h b/gconfig.h
index 11c4000..409b1ba 100644
--- a/gconfig.h
+++ b/gconfig.h
@@ -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);