mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
cookie_output: made private
This commit is contained in:
parent
adeac15d8e
commit
9776f3445d
2 changed files with 3 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue