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
commitd239bb28d2d199dd5263b059b312e889e4616289 (patch)
tree32abd987363ead2d3530e50be5fe1b6c6a2508c9 /gconfig.h
parent9ebb9eed56f7f69255230d9d8ed77b83a824ae96 (diff)
gconfig support for long int
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@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 0f8b7d8..48e1e94 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;