diff options
author | portix <portix@gmx.net> | 2011-12-29 23:20:50 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-12-29 23:20:50 +0100 |
commit | b4fa84e6f6261555dac61cf2e107da8a0ac7373c (patch) | |
tree | 079cbeb8cd7f68255f992a462297117288635e19 /src/soup.h | |
parent | 2e2a2e068740afa65f33c8903a28d120880c9911 (diff) | |
download | dwb-b4fa84e6f6261555dac61cf2e107da8a0ac7373c.zip |
New command 'allow_session_cookie_tmp'
--HG--
branch : experimental
Diffstat (limited to 'src/soup.h')
-rw-r--r-- | src/soup.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,8 @@ #define COOKIES_H void dwb_soup_clean(void); -GList * dwb_soup_allow_cookie(GList *, const char *, CookieStorePolicy); +void dwb_soup_allow_cookie_tmp(void); +DwbStatus dwb_soup_allow_cookie(GList **, const char *, CookieStorePolicy); const char * dwb_soup_get_host_from_request(WebKitNetworkRequest *); DwbStatus dwb_soup_set_cookie_accept_policy(const char *); void dwb_soup_cookies_set_accept_policy(Arg *); |