From 2c90b8f5573ed8dbc53bc610f5cb0d374d234a29 Mon Sep 17 00:00:00 2001 From: venaas Date: Wed, 14 May 2008 14:00:42 +0000 Subject: release of 1.1-beta. merging from trunk to 1.1. updating readme, changelog etc for 1.1-beta release git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@258 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- gconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gconfig.h') diff --git a/gconfig.h b/gconfig.h index 409b1ba..af44dac 100644 --- a/gconfig.h +++ b/gconfig.h @@ -1,13 +1,16 @@ #define CONF_STR 1 #define CONF_CBK 2 #define CONF_MSTR 3 +#define CONF_BLN 4 struct gconffile { char *path; 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