From 5964040b4349d15618c788067988919d41232664 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 26 Jan 1997 06:23:06 +0000 Subject: [PATCH] bracket prototype with PARAMS --- lib/getdate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/getdate.h b/lib/getdate.h index d7d08fffa..db2dba4b7 100644 --- 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)); -- 2.11.0