]>
Commit | Line | Data |
---|---|---|
3d9156a7 A |
1 | --- timelocal.h.orig 2003-05-20 15:23:48.000000000 -0700 |
2 | +++ timelocal.h 2005-02-19 14:49:09.000000000 -0800 | |
3 | @@ -29,6 +29,8 @@ | |
4 | #ifndef _TIMELOCAL_H_ | |
5 | #define _TIMELOCAL_H_ | |
6 | ||
7 | +#include <xlocale.h> | |
8 | + | |
9 | /* | |
10 | * Private header file for the strftime and strptime localization | |
11 | * stuff. | |
12 | @@ -49,7 +51,7 @@ | |
13 | const char *ampm_fmt; | |
14 | }; | |
15 | ||
16 | -struct lc_time_T *__get_current_time_locale(void); | |
17 | -int __time_load_locale(const char *); | |
18 | +struct lc_time_T *__get_current_time_locale(locale_t); | |
19 | +int __time_load_locale(const char *, locale_t); | |
20 | ||
21 | #endif /* !_TIMELOCAL_H_ */ |