aboutsummaryrefslogtreecommitdiff
path: root/src/cmark.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmark.h')
-rw-r--r--src/cmark.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cmark.h b/src/cmark.h
index e28e747..3dfb2de 100644
--- a/src/cmark.h
+++ b/src/cmark.h
@@ -3,7 +3,6 @@
#include <stdbool.h>
#include <stdio.h>
-#include "buffer.h"
#include "chunk.h"
#ifdef __cplusplus
@@ -43,7 +42,7 @@ CMARK_EXPORT
void cmark_debug_print(cmark_node_block *root);
CMARK_EXPORT
-void cmark_render_html(cmark_strbuf *html, cmark_node_block *root);
+unsigned char *cmark_render_html(cmark_node_block *root);
CMARK_EXPORT
unsigned char *cmark_markdown_to_html(unsigned char *text, int len);