diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2002-06-17 05:55:42 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2002-06-17 05:55:42 +0000 |
commit | b0ec6101bdde2c10f43c65da03539c878345892d (patch) | |
tree | ff4fb3625c89e47eb80ff7dfa6f0d40461a7b55c /lib | |
parent | cb95fdb5a348237bb84846202ce6d213f7d46327 (diff) | |
download | diffutils-b0ec6101bdde2c10f43c65da03539c878345892d.tar.gz |
(version_etc): Remove package and version args.
(version_etc_copyright): Remove.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/version-etc.h | 22 |
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); |