aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc/renderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/blogc/renderer.h')
-rw-r--r--src/blogc/renderer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/blogc/renderer.h b/src/blogc/renderer.h
index 0b2b058..8f2516a 100644
--- a/src/blogc/renderer.h
+++ b/src/blogc/renderer.h
@@ -18,7 +18,7 @@ char* blogc_format_variable(const char *name, bc_trie_t *global, bc_trie_t *loca
bc_slist_t *foreach_var);
bc_slist_t* blogc_split_list_variable(const char *name, bc_trie_t *global,
bc_trie_t *local);
-char* blogc_render(bc_slist_t *tmpl, bc_slist_t *sources, bc_trie_t *config,
- bool listing);
+char* blogc_render(bc_slist_t *tmpl, bc_slist_t *sources, bc_trie_t *listing_entr,
+ bc_trie_t *config, bool listing);
#endif /* _RENDERER_H */