diff options
Diffstat (limited to 'src/template-parser.h')
-rw-r--r-- | src/template-parser.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/template-parser.h b/src/template-parser.h index bd39678..46223ec 100644 --- a/src/template-parser.h +++ b/src/template-parser.h @@ -47,6 +47,5 @@ typedef struct { sb_slist_t* blogc_template_parse(const char *src, size_t src_len, blogc_error_t **err); void blogc_template_free_stmts(sb_slist_t *stmts); -void blogc_template_debug(sb_slist_t *stmts); -#endif /* _TEMPLATE_GRAMMAR_H */ +#endif /* _TEMPLATE_PARSER_H */ |