summaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast.h b/src/ast.h
index decf5eb..f8e0345 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -101,7 +101,7 @@ struct cmark_node_block {
typedef struct cmark_node_block cmark_node_block;
-void cmark_free_nodes(cmark_node_block *e);
+void cmark_free_blocks(cmark_node_block *e);
#ifndef CMARK_NO_SHORT_NAMES
#define node_inl cmark_node_inl