summaryrefslogtreecommitdiff
path: root/lib/getdate.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-01-26 06:23:06 +0000
committerJim Meyering <jim@meyering.net>1997-01-26 06:23:06 +0000
commite48314ac1bb6ece02deb0a0d1e54780ee3c5337c (patch)
tree4245affcef76b3811596feac92f1805f32546470 /lib/getdate.h
parent7c94dda02da69dba1bd41dfb85b2495ecbedb468 (diff)
downloadcoreutils-e48314ac1bb6ece02deb0a0d1e54780ee3c5337c.tar.xz
bracket prototype with PARAMS
Diffstat (limited to 'lib/getdate.h')
-rw-r--r--lib/getdate.h2
1 files changed, 1 insertions, 1 deletions
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));