mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 07:31:47 +00:00
netsurf: add wrapper
Signed-off-by: Francis Bouvier <francis.bouvier@gmail.com>
This commit is contained in:
8
vendor/netsurf/wrapper/wrapper.h
vendored
Normal file
8
vendor/netsurf/wrapper/wrapper.h
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef wrapper_dom_h_
|
||||
#define wrapper_dom_h_
|
||||
|
||||
#include <dom/dom.h>
|
||||
|
||||
dom_document *wr_create_doc_dom_from_file(char *filename);
|
||||
|
||||
#endif /* wrapper_dom_h_ */
|
||||
Reference in New Issue
Block a user