diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2010-09-17 23:17:00 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2010-09-17 23:17:00 +0200 |
commit | add402b9774dd3a8d0a097e4d40a650e360022e4 (patch) | |
tree | 9d7e8e3741602ccca035fcdb19bcef5f19210f23 /src | |
parent | 301d6d61c841a7456f0b5f0fd1f6142b0ed933df (diff) | |
parent | 8c8276f419212295e18615933f0db83322936700 (diff) |
merge
Diffstat (limited to 'src')
-rw-r--r-- | src/cookies.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cookies.h b/src/cookies.h index 482aa5ae..d6ee1ccd 100644 --- a/src/cookies.h +++ b/src/cookies.h @@ -8,6 +8,7 @@ extern "C" { #ifdef DISABLE_COOKIES # define a_Cookies_get_query(url) dStrdup("") +# define a_Cookies_set() ; # define a_Cookies_init() ; # define a_Cookies_freeall() ; #else |