radsecproxy-1.6.5.
[radsecproxy.git] / gconfig.h
index 06dbf30..463ebdf 100644 (file)
--- a/gconfig.h
+++ b/gconfig.h
@@ -4,6 +4,8 @@
 #define CONF_BLN 4
 #define CONF_LINT 5
 
+#include <stdio.h>
+
 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: */