diff options
author | portix <portix@gmx.net> | 2012-03-22 17:20:28 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-03-22 17:20:28 +0100 |
commit | 4194579591edd3d21b3508d11a90f05cfbccdbe1 (patch) | |
tree | 6983b8a8289c29099e51594472e1c86c1531a398 /src/soup.h | |
parent | e6594743e1afeb3436427389b082f80dadc0a165 (diff) | |
download | dwb-4194579591edd3d21b3508d11a90f05cfbccdbe1.zip |
Branch experimental: reduce disk access with new 'sync-files' property
--HG--
branch : experimental
Diffstat (limited to 'src/soup.h')
-rw-r--r-- | src/soup.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ #define COOKIES_H void dwb_soup_clean(void); +void dwb_soup_sync_cookies(void); 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 *); |