netsurf: add a parser from string wrapper

This commit is contained in:
Pierre Tachoire
2023-10-03 16:46:35 +02:00
parent c99f92b581
commit cd53d2604c
3 changed files with 61 additions and 4 deletions

View File

@@ -3,6 +3,7 @@
#include <dom/dom.h>
dom_document *wr_create_doc_dom_from_string(char *html);
dom_document *wr_create_doc_dom_from_file(char *filename);
#endif /* wrapper_dom_h_ */