From: Jim Meyering Date: Sun, 26 Jan 1997 06:23:06 +0000 (+0000) Subject: bracket prototype with PARAMS X-Git-Tag: FILEUTILS-3_15a^0 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=e48314ac1bb6ece02deb0a0d1e54780ee3c5337c;p=thirdparty%2Fcoreutils.git 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));