diff options
author | Yang Tse <yangsita@gmail.com> | 2008-07-11 18:59:00 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-07-11 18:59:00 +0000 |
commit | da6fa34f021c5dfd3d0ecc9de6950497dc1a737a (patch) | |
tree | 54e4e8dc8c672410906325558e615e31b9d0aef1 /lib | |
parent | 37a358ab9323ffd3e5a6d30d9200bdbb91b08c35 (diff) |
fix multiple header inclusion prevention definition
Diffstat (limited to 'lib')
-rw-r--r-- | lib/parsedate.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/parsedate.h b/lib/parsedate.h index 0ea2d83c3..3e502b9bc 100644 --- a/lib/parsedate.h +++ b/lib/parsedate.h @@ -1,5 +1,5 @@ -#ifndef __PARSEDATE_H -#define __PARSEDATEL_H +#ifndef __CURL_PARSEDATE_H +#define __CURL_PARSEDATE_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2005, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -22,6 +22,7 @@ * * $Id$ ***************************************************************************/ + extern const char * const Curl_wkday[7]; extern const char * const Curl_month[12]; |