Fix some minor time-related bugs with POSIX time arguments.
[gnulib.git] / lib / posixtm.h
index d2c01c9..6b64a6e 100644 (file)
 #  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