diff options
author | portix <portix@gmx.net> | 2011-03-10 16:55:16 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-03-10 16:55:16 +0100 |
commit | f258b9a18a2fce517468794c7cb92ac71f9a0745 (patch) | |
tree | 8f75105161edf8afd2893155c2b61894fac5df43 /src/html.h | |
parent | bb6467fa1dc2867700cf4a50036cb93d6c94ea09 (diff) | |
download | dwb-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.h | 6 |
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 |