X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=gconfig.h;h=463ebdfddca8867804527e55bea1ef5abb6ff8fd;hb=dc61b6b2c2dd3d7b47d83dc6d574bd65dffeadd6;hp=06dbf30a755ac4cedce6497f708d67c0ac9240b1;hpb=8bad57de823fc72394145f4a29678b4b72b8ed7a;p=radsecproxy.git diff --git a/gconfig.h b/gconfig.h index 06dbf30..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; @@ -21,3 +23,7 @@ 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: */