X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fversion-etc.h;h=e2ef98185d528d309cd9b7dd7d3fd6d924eb6556;hb=279342da52719ba89de13f7c8b99660695b95080;hp=4b1a7d9c8a175d95ab76a3b83fb67a24ca1e3256;hpb=92295bc4b2a378893386efd3cf8cf9bc31024b59;p=gnulib.git diff --git a/lib/version-etc.h b/lib/version-etc.h index 4b1a7d9c8..e2ef98185 100644 --- a/lib/version-etc.h +++ b/lib/version-etc.h @@ -22,19 +22,10 @@ # include -# 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 */