summaryrefslogtreecommitdiff
path: root/lib/version-etc.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-18 07:57:26 +0000
committerJim Meyering <jim@meyering.net>2003-06-18 07:57:26 +0000
commit42cd1376ed08bcb940eac352b2755a77ad9c81e3 (patch)
tree9355ab2fd03f494a5f1a2bca4640ee83d0354db2 /lib/version-etc.h
parentdfbef7497d39592e479d284822f883dce8768633 (diff)
downloadcoreutils-42cd1376ed08bcb940eac352b2755a77ad9c81e3.tar.xz
(PARAMS): Remove. All uses removed.
Diffstat (limited to 'lib/version-etc.h')
-rw-r--r--lib/version-etc.h15
1 files changed, 3 insertions, 12 deletions
diff --git a/lib/version-etc.h b/lib/version-etc.h
index ae223d44e..de1a76f8f 100644
--- a/lib/version-etc.h
+++ b/lib/version-etc.h
@@ -20,19 +20,10 @@
#ifndef VERSION_ETC_H
# define VERSION_ETC_H 1
-# ifndef PARAMS
-# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
-# define PARAMS(Args) Args
-# else
-# define PARAMS(Args) ()
-# endif
-# endif
-
extern char *version_etc_copyright;
-void
-version_etc PARAMS ((FILE *stream,
- const char *command_name, const char *package,
- const char *version, const char *authors));
+void version_etc (FILE *stream,
+ const char *command_name, const char *package,
+ const char *version, const char *authors);
#endif /* VERSION_ETC_H */