Loading lib/parsedate.h +4 −3 Original line number Diff line number Diff line #ifndef __PARSEDATE_H #define __PARSEDATEL_H #ifndef __CURL_PARSEDATE_H #define __CURL_PARSEDATE_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | Loading @@ -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 Loading @@ -22,6 +22,7 @@ * * $Id$ ***************************************************************************/ extern const char * const Curl_wkday[7]; extern const char * const Curl_month[12]; Loading Loading
lib/parsedate.h +4 −3 Original line number Diff line number Diff line #ifndef __PARSEDATE_H #define __PARSEDATEL_H #ifndef __CURL_PARSEDATE_H #define __CURL_PARSEDATE_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | Loading @@ -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 Loading @@ -22,6 +22,7 @@ * * $Id$ ***************************************************************************/ extern const char * const Curl_wkday[7]; extern const char * const Curl_month[12]; Loading