~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to lib/strtok.h

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mfrom: (1.1.12 upstream)
  • mto: (3.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-8xjr3o2sgce5s4bg
Tags: 7.19.4-1
* New upstream release
* Fix "newer bdb version" <explain what you changed and why> 
  (Closes: #517277)
* resolve libtool version confusion, thanks to 
  Stefanos Harhalakis <v13@v13.gr>
* add new dependency on libgcrypt11-dev due to newly arising binary symbols

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