summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/posixtm.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/posixtm.h b/lib/posixtm.h
index d2c01c9b6..6b64a6eac 100644
--- a/lib/posixtm.h
+++ b/lib/posixtm.h
@@ -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