diff options
author | portix <portix@gmx.net> | 2011-01-19 01:09:51 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-01-19 01:09:51 +0100 |
commit | 11d0c6e9561366a928633ced4c5be8a90ed76775 (patch) | |
tree | b089cd141fbb89b77ee28c3dafe03f852ec675fe /src/soup.h | |
parent | 12e784abba5afd906355e6a133a9f00955e8c3e0 (diff) | |
download | dwb-11d0c6e9561366a928633ced4c5be8a90ed76775.zip |
show number of blocked cookies, only allow non-adblocked cookies
Diffstat (limited to 'src/soup.h')
-rw-r--r-- | src/soup.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ #include "dwb.h" #include "util.h" +void dwb_soup_cookies_set_accept_policy(Arg *); void dwb_soup_save_cookies(GSList *); void dwb_soup_init_cookies(SoupSession *); void dwb_soup_init_proxy(SoupSession *); |