~ubuntu-branches/ubuntu/lucid/curl/lucid-201010031940

« back to all changes in this revision

Viewing changes to lib/cookie.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-04-29 11:10:29 UTC
  • mfrom: (3.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090429111029-2j5eiyokfw2bw049
Tags: 7.19.4-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop build dependencies: stunnel, libdb4.6-dev, libssh2-1-dev
  - Add build-dependency on openssh-server
  - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Call automake-1.9 with --add-missing --copy --force
* drop debian/patches/security_CVE-2009-0037.patch 
  - this patch is part of 7.19.4

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);