summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2002-06-17 05:55:42 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2002-06-17 05:55:42 +0000
commitb0ec6101bdde2c10f43c65da03539c878345892d (patch)
treeff4fb3625c89e47eb80ff7dfa6f0d40461a7b55c /lib
parentcb95fdb5a348237bb84846202ce6d213f7d46327 (diff)
downloaddiffutils-b0ec6101bdde2c10f43c65da03539c878345892d.tar.gz
(version_etc): Remove package and version args.
(version_etc_copyright): Remove.
Diffstat (limited to 'lib')
-rw-r--r--lib/version-etc.h22
1 files changed, 2 insertions, 20 deletions
diff --git a/lib/version-etc.h b/lib/version-etc.h
index ae223d4..d8f7692 100644
--- a/lib/version-etc.h
+++ b/lib/version-etc.h
@@ -1,5 +1,5 @@
/* Utility to help print --version output in a consistent format.
- Copyright (C) 1999 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -17,22 +17,4 @@
/* Written by Jim Meyering. */
-#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));
-
-#endif /* VERSION_ETC_H */
+void version_etc (char const *command_name, char const *authors);