summaryrefslogtreecommitdiffstats
path: root/cfgparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfgparser.h')
-rw-r--r--cfgparser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfgparser.h b/cfgparser.h
index 3e384f6076..3eb1afdd7a 100644
--- a/cfgparser.h
+++ b/cfgparser.h
@@ -11,6 +11,7 @@
#define CONF_TYPE_STRING 3
#define CONF_TYPE_FUNC 4
#define CONF_TYPE_FUNC_PARAM 5
+#define CONF_TYPE_PRINT 6
#define CONF_CHK_MIN (1<<0)
#define CONF_CHK_MAX (1<<1)