~ubuntu-branches/ubuntu/lucid/curl/lucid-security

« back to all changes in this revision

Viewing changes to lib/strtok.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:
 
1
#ifndef __CURL_STRTOK_H
 
2
#define __CURL_STRTOK_H
1
3
/***************************************************************************
2
4
 *                                  _   _ ____  _     
3
5
 *  Project                     ___| | | |  _ \| |    
5
7
 *                            | (__| |_| |  _ <| |___ 
6
8
 *                             \___|\___/|_| \_\_____|
7
9
 *
8
 
 * Copyright (C) 1998 - 2004, Daniel Stenberg, <daniel@haxx.se>, et al.
 
10
 * Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
9
11
 *
10
12
 * This software is licensed as described in the file COPYING, which
11
13
 * you should have received as part of this distribution. The terms
18
20
 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19
21
 * KIND, either express or implied.
20
22
 *
21
 
 * $Id: strtok.h,v 1.9 2004/01/07 09:19:35 bagder Exp $
 
23
 * $Id: strtok.h,v 1.10 2008-07-11 18:52:35 yangtse Exp $
22
24
 ***************************************************************************/
23
 
 
24
 
#ifndef _CURL_STRTOK_R_H
25
 
#define _CURL_STRTOK_R_H
26
 
 
27
25
#include "setup.h"
28
26
#include <stddef.h>
29
27