mirror of
https://github.com/curl/curl.git
synced 2026-07-23 11:27:18 +03:00
newly re-generated from the modified getdate.y
This commit is contained in:
parent
d5112c0dec
commit
f4e2774ab8
1 changed files with 2 additions and 0 deletions
|
|
@ -1524,9 +1524,11 @@ yyerrhandle:
|
|||
the same signature as the function definition does. */
|
||||
#include "getdate.h"
|
||||
|
||||
#ifndef WIN32 /* the windows dudes don't need these, does anyone really? */
|
||||
extern struct tm *gmtime ();
|
||||
extern struct tm *localtime ();
|
||||
extern time_t mktime ();
|
||||
#endif
|
||||
|
||||
/* Month and day table. */
|
||||
static TABLE const MonthDayTable[] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue