aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/blogc/debug.h')
-rw-r--r--src/blogc/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blogc/debug.h b/src/blogc/debug.h
index e47d840..c7c1fbe 100644
--- a/src/blogc/debug.h
+++ b/src/blogc/debug.h
@@ -11,6 +11,6 @@
#include "../common/utils.h"
-void blogc_debug_template(bc_slist_t *stmts);
+void blogc_debug_template(bc_slist_t *ast);
#endif /* ___DEBUG_H */