~ubuntu-branches/ubuntu/natty/curl/natty-proposed

« back to all changes in this revision

Viewing changes to lib/cookie.h

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-05-24 21:12:19 UTC
  • mfrom: (1.1.12 upstream)
  • mto: (3.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 39.
  • Revision ID: james.westby@ubuntu.com-20090524211219-7jgcwuhl04ixuqsm
Tags: upstream-7.19.5
ImportĀ upstreamĀ versionĀ 7.19.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
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.27 2008-01-31 12:21:57 bagder Exp $
 
23
 * $Id: cookie.h,v 1.28 2009-02-27 08:53:10 bagder Exp $
24
24
 ***************************************************************************/
25
25
 
26
26
#include <stdio.h>
91
91
struct CookieInfo *Curl_cookie_init(struct SessionHandle *data,
92
92
                                    const char *, struct CookieInfo *, bool);
93
93
struct Cookie *Curl_cookie_getlist(struct CookieInfo *, const char *,
94
 
                                   const char *, bool);
 
94
                                   const char *, bool);
95
95
void Curl_cookie_freelist(struct Cookie *cookies, bool cookiestoo);
96
96
void Curl_cookie_clearall(struct CookieInfo *cookies);
97
97
void Curl_cookie_clearsess(struct CookieInfo *cookies);