summaryrefslogtreecommitdiff
path: root/src/dwb.h
diff options
context:
space:
mode:
authorportix <none@none>2013-02-27 10:06:55 +0100
committerportix <none@none>2013-02-27 10:06:55 +0100
commit244a3de85ed9d7ee77cc514fd2efa5b5336810c5 (patch)
tree795c615029c72f53dd66b8ae3946ba1d584fc598 /src/dwb.h
parent82119ac5df62069860b27fd4b783322c7a02bfb7 (diff)
parentc1be2d00f1d6e55bdfea0f24f141b3dc73639c0e (diff)
downloaddwb-244a3de85ed9d7ee77cc514fd2efa5b5336810c5.zip
Automated merge with ssh://bitbucket.org/portix/dwb
Diffstat (limited to 'src/dwb.h')
-rw-r--r--src/dwb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dwb.h b/src/dwb.h
index 55024192..d707f581 100644
--- a/src/dwb.h
+++ b/src/dwb.h
@@ -800,6 +800,7 @@ enum Files {
FILES_COOKIES_SESSION_ALLOW,
FILES_DOWNLOAD_PATH,
FILES_HISTORY,
+ FILES_HSTS,
FILES_KEYS,
FILES_MIMETYPES,
FILES_QUICKMARKS,
@@ -957,6 +958,7 @@ gboolean dwb_update_find_quickmark(const char *text);
gboolean dwb_entry_activate(GdkEventKey *e);
void dwb_set_adblock(GList *, WebSettings *);
+void dwb_set_hsts(GList *, WebSettings *);
gboolean dwb_eval_key(GdkEventKey *);
gboolean dwb_eval_override_key(GdkEventKey *e, CommandProperty prop);