From e48314ac1bb6ece02deb0a0d1e54780ee3c5337c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 26 Jan 1997 06:23:06 +0000 Subject: bracket prototype with PARAMS --- lib/getdate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/getdate.h') 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)); -- cgit v1.2.3-54-g00ecf