aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc/source-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/blogc/source-parser.h')
-rw-r--r--src/blogc/source-parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blogc/source-parser.h b/src/blogc/source-parser.h
index 895cb1b..d135f23 100644
--- a/src/blogc/source-parser.h
+++ b/src/blogc/source-parser.h
@@ -13,7 +13,7 @@
#include "error.h"
#include "../common/utils.h"
-sb_trie_t* blogc_source_parse(const char *src, size_t src_len,
+bc_trie_t* blogc_source_parse(const char *src, size_t src_len,
blogc_error_t **err);
#endif /* _SOURCE_PARSER_H */