aboutsummaryrefslogtreecommitdiffstats
path: root/src/source-parser.h
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2016-04-27 01:31:02 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2016-04-27 01:31:02 +0200
commit6153580a13e7e7c48e38fa446572c8adcae08084 (patch)
tree9be08616aed124c67159bf71fccd3a286bc0fe81 /src/source-parser.h
parentc5e4f4c2d29831151bdce1802787b9cf012c3e5e (diff)
downloadblogc-6153580a13e7e7c48e38fa446572c8adcae08084.tar.gz
blogc-6153580a13e7e7c48e38fa446572c8adcae08084.tar.bz2
blogc-6153580a13e7e7c48e38fa446572c8adcae08084.zip
Revert "*: use squareball error infrastructure"
This reverts commit a2b3551dfb9460470bd79f5648bf597c517c40d4.
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 */