27#ifndef NETSURF_HTML_HTML_SAVE_H
28#define NETSURF_HTML_HTML_SAVE_H
struct nsurl * html_get_base_url(struct hlcache_handle *h)
get the base url of an html content from a handle
struct box * html_get_box_tree(struct hlcache_handle *h)
get the render box tree of a html content from a handle
dom_document * html_get_document(struct hlcache_handle *h)
get the dom document of a html content from a handle
struct nsurl nsurl
NetSurf URL object.