summaryrefslogtreecommitdiff
path: root/src/cmark.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmark.h')
-rw-r--r--src/cmark.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmark.h b/src/cmark.h
index 6347901..5f0d5f7 100644
--- a/src/cmark.h
+++ b/src/cmark.h
@@ -118,7 +118,7 @@ void cmark_free_nodes(node_block *e);
void cmark_debug_print(node_block *root);
void cmark_render_html(strbuf *html, node_block *root);
-unsigned char *cmark_markdown_to_html(unsigned char *text);
+unsigned char *cmark_markdown_to_html(unsigned char *text, int len);
#ifdef __cplusplus
}