diff options
author | venaas <venaas> | 2008-12-22 13:14:41 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-12-22 13:14:41 +0000 |
commit | e0c9e33cc484025e2b80bec19f7130554e9e3781 (patch) | |
tree | 8e59eef2efd7c569707224edbc67ade716d8673f /gconfig.h | |
parent | a99d921cf322a09d779500c2cdeb55e3df260fb8 (diff) |
moved more code to tlscommon, fixed a couple of minor lint warnings
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@447 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'gconfig.h')
-rw-r--r-- | gconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ #define CONF_BLN 4 #define CONF_LINT 5 +#include <stdio.h> + struct gconffile { char *path; FILE *file; |