From e5fd42248067b4e8f29a9c2ed9d224ded4526c24 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 13 Nov 2014 10:06:43 -0800 Subject: Rename cmark_free_nodes -> cmark_free_blocks. --- src/ast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ast.h') 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 -- cgit v1.2.3