summaryrefslogtreecommitdiff
path: root/gconfig.h
diff options
context:
space:
mode:
authorvenaas <venaas>2008-07-03 09:39:31 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2008-07-03 09:39:31 +0000
commit988b7a71fb925531ae02b208ef7508c5d047314d (patch)
treeffb28db6254a81db04ffcf86dd2b437d90120a93 /gconfig.h
parent4fe30e213be69224bad17c1bba027bf61069f592 (diff)
gconfig support for long int
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@294 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'gconfig.h')
-rw-r--r--gconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gconfig.h b/gconfig.h
index af44dac..9948a7b 100644
--- a/gconfig.h
+++ b/gconfig.h
@@ -2,6 +2,7 @@
#define CONF_CBK 2
#define CONF_MSTR 3
#define CONF_BLN 4
+#define CONF_LINT 5
struct gconffile {
char *path;