From: Jim Meyering Date: Sun, 26 Jan 1997 06:23:06 +0000 (+0000) Subject: bracket prototype with PARAMS X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5964040b4349d15618c788067988919d41232664;p=pspp bracket prototype with PARAMS --- diff --git a/lib/getdate.h b/lib/getdate.h index d7d08fffae..db2dba4b7f 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));