summaryrefslogtreecommitdiff
path: root/render/html_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/html_internal.h')
-rw-r--r--render/html_internal.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/render/html_internal.h b/render/html_internal.h
index 90f014307..a78dc8f8a 100644
--- a/render/html_internal.h
+++ b/render/html_internal.h
@@ -221,6 +221,14 @@ void html_set_search(struct content *c, struct search_context *s);
void html_finish_conversion(html_content *htmlc);
/**
+ * Test if an HTML content conversion can begin
+ *
+ * \param htmlc html content to test
+ * \return true iff the html content conversion can begin
+ */
+bool html_can_begin_conversion(html_content *htmlc);
+
+/**
* Begin conversion of an HTML document
*
* \param htmlc Content to convert