aboutsummaryrefslogtreecommitdiff
path: root/src/ucl_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ucl_internal.h')
-rw-r--r--src/ucl_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ucl_internal.h b/src/ucl_internal.h
index 9a35dcec40be..0e3ecd012cc7 100644
--- a/src/ucl_internal.h
+++ b/src/ucl_internal.h
@@ -197,6 +197,8 @@ struct ucl_parser {
struct ucl_chunk *chunks;
struct ucl_pubkey *keys;
struct ucl_variable *variables;
+ ucl_variable_handler var_handler;
+ void *var_data;
UT_string *err;
};