From 18592cef57c5a05d97dbdc56df5a1191bce494b0 Mon Sep 17 00:00:00 2001 From: venaas Date: Wed, 28 Nov 2007 14:11:47 +0000 Subject: working include support for individual files git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@199 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- gconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gconfig.h') diff --git a/gconfig.h b/gconfig.h index f580169..11c4000 100644 --- a/gconfig.h +++ b/gconfig.h @@ -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); -- cgit v1.1