From 225d720d6e9b473c7d6498e811b3f412472cc9ce Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 13 Dec 2014 11:24:26 -0800 Subject: Removed cmark_ prefix on chunk and strbuf. This isn't needed any more since we don't expose these in the API. --- src/node.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/node.h') diff --git a/src/node.h b/src/node.h index b842ed8..e015c12 100644 --- a/src/node.h +++ b/src/node.h @@ -26,7 +26,7 @@ typedef struct { int fence_length; int fence_offset; unsigned char fence_char; - cmark_strbuf info; + strbuf info; } cmark_code; typedef struct { @@ -54,10 +54,10 @@ struct cmark_node { bool open; bool last_line_blank; - cmark_strbuf string_content; + strbuf string_content; union { - cmark_chunk literal; + chunk literal; cmark_list list; cmark_code code; cmark_header header; -- cgit v1.2.3