X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=gconfig.h;h=463ebdfddca8867804527e55bea1ef5abb6ff8fd;hb=refs%2Fheads%2Fmaint-1.6;hp=0f8b7d891bfa0672524e2d4546b5bbee6b7eba88;hpb=c62df2e2a4797482cb2247400d6ae4830df25a3d;p=radsecproxy.git diff --git a/gconfig.h b/gconfig.h index 0f8b7d8..463ebdf 100644 --- a/gconfig.h +++ b/gconfig.h @@ -2,6 +2,9 @@ #define CONF_CBK 2 #define CONF_MSTR 3 #define CONF_BLN 4 +#define CONF_LINT 5 + +#include struct gconffile { char *path; @@ -17,5 +20,10 @@ FILE *pushgconfpath(struct gconffile **cf, const char *path); FILE *pushgconffile(struct gconffile **cf, FILE *file, const char *description); FILE *pushgconfpaths(struct gconffile **cf, const char *path); int popgconf(struct gconffile **cf); +void freegconfmstr(char **mstr); void freegconf(struct gconffile **cf); struct gconffile *openconfigfile(const char *file); + +/* Local Variables: */ +/* c-file-style: "stroustrup" */ +/* End: */