summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 93e6196..bacc107 100644
--- a/src/config.h
+++ b/src/config.h
@@ -281,6 +281,7 @@ enum {
struct lt_enum_elem {
char *name;
+ char *strval;
long val;
int undef;
struct lt_list_head list;