summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pw/psdate.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pw/psdate.h')
-rw-r--r--usr.sbin/pw/psdate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pw/psdate.h b/usr.sbin/pw/psdate.h
index 137427f..a1e99d4 100644
--- a/usr.sbin/pw/psdate.h
+++ b/usr.sbin/pw/psdate.h
@@ -33,8 +33,8 @@
#include <sys/cdefs.h>
__BEGIN_DECLS
-time_t parse_date __P((time_t dt, char const * str));
-void print_date __P((char *buf, time_t t, int dotime));
+time_t parse_date(time_t dt, char const * str);
+void print_date(char *buf, time_t t, int dotime);
__END_DECLS
#endif /* !_PSDATE_H_ */
OpenPOWER on IntegriCloud