X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=gconfig.h;h=463ebdfddca8867804527e55bea1ef5abb6ff8fd;hb=e92bfb068a357645de21a920362fe82ab6ec669f;hp=48e1e94c2ae89e5a7238d12fa099a3b867ee9174;hpb=d239bb28d2d199dd5263b059b312e889e4616289;p=radsecproxy.git diff --git a/gconfig.h b/gconfig.h index 48e1e94..463ebdf 100644 --- a/gconfig.h +++ b/gconfig.h @@ -4,6 +4,8 @@ #define CONF_BLN 4 #define CONF_LINT 5 +#include + struct gconffile { char *path; FILE *file; @@ -18,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: */