summaryrefslogtreecommitdiff
path: root/src/html
diff options
context:
space:
mode:
Diffstat (limited to 'src/html')
-rw-r--r--src/html/html_document.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/html/html_document.c b/src/html/html_document.c
index 394eac8..446e68f 100644
--- a/src/html/html_document.c
+++ b/src/html/html_document.c
@@ -76,12 +76,6 @@ void _dom_html_document_destroy(dom_html_document *doc)
free(doc);
}
-/* Parse a data chunk into the HTMLDocument */
-dom_exception dom_html_document_write_data(uint8_t *data, size_t len);
-
-/* Notify the HTMLDocument that it is completed */
-dom_exception dom_html_document_complete(void);
-
/*-----------------------------------------------------------------------*/
/* The DOM spec public API */