diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-02-27 08:53:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-02-27 08:53:10 +0000 |
commit | 794b4da840852ef7ad6c25ac3f6b1e2f8284dbc3 (patch) | |
tree | b00ad5a2e01f6ff19692213ca7ea31a7e34b71bf /lib/cookie.h | |
parent | e9ea3ba4a2b23c803379f4445ffe1e288a971117 (diff) | |
download | curl-794b4da840852ef7ad6c25ac3f6b1e2f8284dbc3.tar.gz |
Indentation fixes, untabify and related whitespace-cleanup. No code changed.
Diffstat (limited to 'lib/cookie.h')
-rw-r--r-- | lib/cookie.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cookie.h b/lib/cookie.h index a1d107352..a9afc41ec 100644 --- a/lib/cookie.h +++ b/lib/cookie.h @@ -91,7 +91,7 @@ struct Cookie *Curl_cookie_add(struct SessionHandle *data, struct CookieInfo *Curl_cookie_init(struct SessionHandle *data, const char *, struct CookieInfo *, bool); struct Cookie *Curl_cookie_getlist(struct CookieInfo *, const char *, - const char *, bool); + const char *, bool); void Curl_cookie_freelist(struct Cookie *cookies, bool cookiestoo); void Curl_cookie_clearall(struct CookieInfo *cookies); void Curl_cookie_clearsess(struct CookieInfo *cookies); |