~ubuntu-branches/ubuntu/intrepid/curl/intrepid

« back to all changes in this revision

Viewing changes to lib/cookie.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-10-30 10:56:48 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061030105648-uo8q8w9xklb40b4k
Tags: 7.15.5-1ubuntu1
* Merge from debian unstable. Remaining Ubuntu changes:
  - debian/control: Drop libdb4.2 build dependency.

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.21 2006-05-24 22:46:39 bagder Exp $
 
23
 * $Id: cookie.h,v 1.22 2006-07-31 17:46:28 yangtse Exp $
24
24
 ***************************************************************************/
25
25
 
26
26
#include <stdio.h>
96
96
 
97
97
#if defined(CURL_DISABLE_HTTP) || defined(CURL_DISABLE_COOKIES)
98
98
#define Curl_cookie_list(x) NULL
99
 
#define Curl_cookie_loadfiles(x)
 
99
#define Curl_cookie_loadfiles(x) do { } while (0)
100
100
#else
101
101
struct curl_slist *Curl_cookie_list(struct SessionHandle *data);
102
102
void Curl_cookie_loadfiles(struct SessionHandle *data);