aboutsummaryrefslogtreecommitdiffstats
path: root/libparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'libparser.h')
-rw-r--r--libparser.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libparser.h b/libparser.h
index 31d29b6..ed7f0f7 100644
--- a/libparser.h
+++ b/libparser.h
@@ -72,7 +72,6 @@ struct libparser_unit {
extern const struct libparser_rule *const libparser_rule_table[];
-struct libparser_unit *libparser_parse_file(const struct libparser_rule *const rules[],
- const char *data, size_t length, int *exceptionp);
+int libparser_parse_file(const struct libparser_rule *const rules[], const char *data, size_t length, struct libparser_unit **rootp);
#endif