From bf44064d09afd04039058a00c32c1532fb5e2b61 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 27 Dec 2014 22:30:01 -0800 Subject: Expose cmark_node_type_string in node.h (private header). Previously was static function S_type_string. --- src/node.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/node.h') diff --git a/src/node.h b/src/node.h index fb3b667..77b5698 100644 --- a/src/node.h +++ b/src/node.h @@ -66,6 +66,9 @@ struct cmark_node { } as; }; +const char* +cmark_node_type_string(cmark_node *node); + CMARK_EXPORT int cmark_node_check(cmark_node *node, FILE *out); -- cgit v1.2.3