summaryrefslogtreecommitdiff
path: root/ifparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'ifparser.h')
-rw-r--r--ifparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ifparser.h b/ifparser.h
index 5d88d05..cbc7909 100644
--- a/ifparser.h
+++ b/ifparser.h
@@ -70,7 +70,7 @@ typedef struct _if_parser {
long (*eval_variable)(struct _if_parser *, const char *, int);
int (*eval_defined)(struct _if_parser *, const char *, int);
} funcs;
- char *data;
+ struct _parse_data *data;
} IfParser;
const char *ParseIfExpression(IfParser *, const char *, long *);