summaryrefslogtreecommitdiff
path: root/src/html.h
blob: ce6f49e00e7d3443934fe2b2072ab86a0cba27c0 (plain)
1
2
3
4
5
6
#ifndef HTML_H
#define HTML_H

gboolean dwb_html_load(WebKitWebView *, const char *);

#endif