1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-15 16:26:01 +02:00

(posixtime): Return bool instead of time_t, so

that we can return (time_t) -1 successfully.
This commit is contained in:
Jim Meyering
2002-08-07 22:02:52 +00:00
parent c66dd95e8e
commit ea1d6448fb

View File

@@ -15,10 +15,7 @@
# endif
# endif
time_t
posixtime PARAMS ((const char *s, unsigned int syntax_bits));
struct tm *
posixtm PARAMS ((const char *s, unsigned int syntax_bits));
bool
posixtime PARAMS ((time_t *p, const char *s, unsigned int syntax_bits));
#endif