From 3badd3809645529046513f8ee2835f7949cbcde9 Mon Sep 17 00:00:00 2001 From: venaas Date: Fri, 9 May 2008 09:15:30 +0000 Subject: added catgconf utility git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@250 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- gconfig.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gconfig.h') diff --git a/gconfig.h b/gconfig.h index be48165..af44dac 100644 --- a/gconfig.h +++ b/gconfig.h @@ -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); -- cgit v1.1