diff options
Diffstat (limited to 'src/node.h')
-rw-r--r-- | src/node.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -66,9 +66,6 @@ struct cmark_node { } as; }; -const char* -cmark_node_type_string(cmark_node *node); - CMARK_EXPORT int cmark_node_check(cmark_node *node, FILE *out); |