diff options
Diffstat (limited to 'time/strptime.c')
-rw-r--r-- | time/strptime.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/time/strptime.c b/time/strptime.c index f220313475..ce3f4e3877 100644 --- a/time/strptime.c +++ b/time/strptime.c @@ -179,6 +179,9 @@ static char const ab_month_name[][4] = /* Status of lookup: do we use the locale data or the raw data? */ enum locale_status { not, loc, raw }; +static char * +strptime_internal __P ((const char *buf, const char *format, struct tm *tm, + enum locale_status *decided)); static char * strptime_internal (buf, format, tm, decided) |