aboutsummaryrefslogtreecommitdiff
path: root/lib/cookie.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-06-03 20:02:07 +0200
committerDaniel Stenberg <daniel@haxx.se>2011-06-03 20:02:07 +0200
commit9776f3445d96238d8490d1d81c915014517c585b (patch)
tree6a5abc01912476c64a3c5824dc90c55668e30f5a /lib/cookie.h
parentadeac15d8e1946fd2e3df9c7abebe8823437fc3c (diff)
cookie_output: made private
Diffstat (limited to 'lib/cookie.h')
-rw-r--r--lib/cookie.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/cookie.h b/lib/cookie.h
index 124151ca6..a950e359b 100644
--- a/lib/cookie.h
+++ b/lib/cookie.h
@@ -92,7 +92,6 @@ struct Cookie *Curl_cookie_getlist(struct CookieInfo *, const char *,
void Curl_cookie_freelist(struct Cookie *cookies, bool cookiestoo);
void Curl_cookie_clearall(struct CookieInfo *cookies);
void Curl_cookie_clearsess(struct CookieInfo *cookies);
-int Curl_cookie_output(struct CookieInfo *, const char *);
#if defined(CURL_DISABLE_HTTP) || defined(CURL_DISABLE_COOKIES)
#define Curl_cookie_list(x) NULL