changeset 878:29656ccff67f

bracket prototype with PARAMS
author Jim Meyering <jim@meyering.net>
date Sun, 26 Jan 1997 06:23:06 +0000
parents cf0ac525a3cf
children 87036a14d651
files lib/getdate.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/getdate.h
+++ b/lib/getdate.h
@@ -43,4 +43,4 @@
 # endif
 #endif /* defined (vms) */
 
-time_t get_date (const char *p, const time_t *now);
+time_t get_date PARAMS ((const char *p, const time_t *now));