~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to lib/cookie.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-02-08 11:20:41 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20080208112041-hed7sb5r6ghmjf8v
Tags: upstream-7.18.0
ImportĀ upstreamĀ versionĀ 7.18.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 *                            | (__| |_| |  _ <| |___
8
8
 *                             \___|\___/|_| \_\_____|
9
9
 *
10
 
 * Copyright (C) 1998 - 2006, Daniel Stenberg, <daniel@haxx.se>, et al.
 
10
 * Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
11
11
 *
12
12
 * This software is licensed as described in the file COPYING, which
13
13
 * you should have received as part of this distribution. The terms
20
20
 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21
21
 * KIND, either express or implied.
22
22
 *
23
 
 * $Id: cookie.h,v 1.25 2007-08-29 05:36:53 danf Exp $
 
23
 * $Id: cookie.h,v 1.26 2008-01-23 22:22:12 bagder Exp $
24
24
 ***************************************************************************/
25
25
 
26
26
#include <stdio.h>
91
91
                                    const char *, struct CookieInfo *, bool);
92
92
struct Cookie *Curl_cookie_getlist(struct CookieInfo *, const char *,
93
93
                                   const char *, bool);
94
 
void Curl_cookie_freelist(struct Cookie *);
 
94
void Curl_cookie_freelist(struct Cookie *cookies, bool cookiestoo);
95
95
void Curl_cookie_clearall(struct CookieInfo *cookies);
96
96
void Curl_cookie_clearsess(struct CookieInfo *cookies);
97
97
void Curl_cookie_cleanup(struct CookieInfo *);