summaryrefslogtreecommitdiff
path: root/src/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node.h')
-rw-r--r--src/node.h3
1 files changed, 3 insertions, 0 deletions
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);