00001 /* 00002 Free Download Manager Copyright (c) 2003-2007 FreeDownloadManager.ORG 00003 */ 00004 00005 #ifndef __PARSEDATE_H 00006 #define __PARSEDATEL_H 00007 00008 extern const char * const Curl_wkday[7]; 00009 extern const char * const Curl_month[12]; 00010 00011 #endif
1.5.6