aboutsummaryrefslogtreecommitdiffstats
path: root/src/source-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/source-parser.h')
-rw-r--r--src/source-parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/source-parser.h b/src/source-parser.h
index fb5306c..460aedb 100644
--- a/src/source-parser.h
+++ b/src/source-parser.h
@@ -14,6 +14,6 @@
#include "error.h"
sb_trie_t* blogc_source_parse(const char *src, size_t src_len,
- sb_error_t **err);
+ blogc_error_t **err);
#endif /* _SOURCE_PARSER_H */