diff options
author | portix <portix@gmx.net> | 2012-01-04 12:14:11 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-01-04 12:14:11 +0100 |
commit | 6b3d1377a11dc7ccb656276f3a40f795edc3b3c1 (patch) | |
tree | 7f36b2fa08cb3867b55b86b3eeaec6eeb64d8199 /src/domain.h | |
parent | ae5bced9c7f382c2f2b4e765cfd3525d91c5ab00 (diff) | |
download | dwb-6b3d1377a11dc7ccb656276f3a40f795edc3b3c1.zip |
Also ask for cookie domains if no cookies are present
Diffstat (limited to 'src/domain.h')
-rw-r--r-- | src/domain.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/domain.h b/src/domain.h index 7b032240..2644825c 100644 --- a/src/domain.h +++ b/src/domain.h @@ -26,6 +26,7 @@ void domain_init(void); void domain_end(void); +GSList * domain_get_cookie_domains(WebKitWebView *wv); gboolean domain_match(char **, const char *, const char *); const char * domain_get_base_for_host(const char *host); #endif |