summaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-11-13 10:06:43 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-11-13 10:06:43 -0800
commite5fd42248067b4e8f29a9c2ed9d224ded4526c24 (patch)
tree9e795179ea25aacc99c1e8de5a500b3485ffd10c /src/ast.h
parent91642ceee7a2a2c05d9561c0e22b2f15111ac603 (diff)
Rename cmark_free_nodes -> cmark_free_blocks.
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