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, 0 insertions, 3 deletions
diff --git a/src/node.h b/src/node.h
index 77b5698..fb3b667 100644
--- a/src/node.h
+++ b/src/node.h
@@ -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);