summaryrefslogtreecommitdiff
path: root/src/html.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2011-03-10 16:55:16 +0100
committerportix <portix@gmx.net>2011-03-10 16:55:16 +0100
commitf258b9a18a2fce517468794c7cb92ac71f9a0745 (patch)
tree8f75105161edf8afd2893155c2b61894fac5df43 /src/html.h
parentbb6467fa1dc2867700cf4a50036cb93d6c94ea09 (diff)
downloaddwb-f258b9a18a2fce517468794c7cb92ac71f9a0745.zip
Create an info page with bookmarks, quickmarks and history
--HG-- branch : html
Diffstat (limited to 'src/html.h')
-rw-r--r--src/html.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/html.h b/src/html.h
new file mode 100644
index 00000000..ce6f49e0
--- /dev/null
+++ b/src/html.h
@@ -0,0 +1,6 @@
+#ifndef HTML_H
+#define HTML_H
+
+gboolean dwb_html_load(WebKitWebView *, const char *);
+
+#endif