summaryrefslogtreecommitdiffstats
path: root/pw/psdate.h
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-07-11 19:07:35 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-07-11 19:07:35 +0000
commitab201ea86e3ba0e5c0f870e75f204c8fcb866757 (patch)
tree8f482f4b7dc294edb0b09afc54ebc78f929a370f /pw/psdate.h
parent01d4114cc7390474938f443c768924b73fc61430 (diff)
downloadpw-darwin-ab201ea86e3ba0e5c0f870e75f204c8fcb866757.tar.gz
pw-darwin-ab201ea86e3ba0e5c0f870e75f204c8fcb866757.tar.zst
pw-darwin-ab201ea86e3ba0e5c0f870e75f204c8fcb866757.zip
de-__P()
Diffstat (limited to 'pw/psdate.h')
-rw-r--r--pw/psdate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pw/psdate.h b/pw/psdate.h
index 137427f..a1e99d4 100644
--- a/pw/psdate.h
+++ b/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_ */