summaryrefslogtreecommitdiff
path: root/src/node.h
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-12-28 16:59:28 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-12-28 17:00:04 -0800
commit6f30b9fcabfacb2811cba6df20a49b90f44201a1 (patch)
treeb21d16c1e0d6b1de368de27468c5e08559334de3 /src/node.h
parentd57f3952ca8b9aac16db8243539f4c1c5dbf3c93 (diff)
Rename cmark_node_type_string -> cmark_node_get_type_string.
And export in cmark.h public header. Also, use lowercase names, not uppercase.
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);