summaryrefslogtreecommitdiffstats
path: root/cfgparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfgparser.h')
-rw-r--r--cfgparser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfgparser.h b/cfgparser.h
index 9f06eb798d..f4b52c2a01 100644
--- a/cfgparser.h
+++ b/cfgparser.h
@@ -15,6 +15,7 @@
#define CONF_TYPE_FUNC_FULL 7
#define CONF_TYPE_SUBCONFIG 8
#define CONF_TYPE_STRING_LIST 9
+#define CONF_TYPE_POSITION 10
#define ERR_NOT_AN_OPTION -1
@@ -73,6 +74,7 @@ struct config_save {
int as_int;
float as_float;
void* as_pointer;
+ off_t* as_off_t;
} param;
char* opt_name;
};