aboutsummaryrefslogtreecommitdiff
path: root/lib/cookie.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-02-27 08:53:10 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-02-27 08:53:10 +0000
commit794b4da840852ef7ad6c25ac3f6b1e2f8284dbc3 (patch)
treeb00ad5a2e01f6ff19692213ca7ea31a7e34b71bf /lib/cookie.h
parente9ea3ba4a2b23c803379f4445ffe1e288a971117 (diff)
Indentation fixes, untabify and related whitespace-cleanup. No code changed.
Diffstat (limited to 'lib/cookie.h')
-rw-r--r--lib/cookie.h2
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);