diff options
author | portix <portix@gmx.net> | 2012-01-28 12:44:22 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-01-28 12:44:22 +0100 |
commit | a2dba87622542f424a5615feb58d73895728371c (patch) | |
tree | 419d950d9b06f4fb073d49e00c19dfc0aa028f86 /src/soup.h | |
parent | 30b561907793fea06492723673fb97a51ac27aa0 (diff) | |
download | dwb-a2dba87622542f424a5615feb58d73895728371c.zip |
Adding DWB_REFERER to userscript environment
--HG--
branch : background
Diffstat (limited to 'src/soup.h')
-rw-r--r-- | src/soup.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ void dwb_soup_init_proxy(); void dwb_soup_init_session_features(); void dwb_soup_end(); void dwb_soup_init(); +const char * soup_get_header(GList *gl, const char *); +const char * soup_get_header_from_request(WebKitNetworkRequest *, const char *); CookieStorePolicy dwb_soup_get_cookie_store_policy(const char *policy); #endif |