41ecbc58b25975fce7ab6371cd75956452d7a651
[gnulib.git] / lib / version-etc.h
1 #ifndef VERSION_ETC_H
2 # define VERSION_ETC_H 1
3
4 # ifndef PARAMS
5 #  if defined PROTOTYPES || (defined __STDC__ && __STDC__)
6 #   define PARAMS(Args) Args
7 #  else
8 #   define PARAMS(Args) ()
9 #  endif
10 # endif
11
12 void
13 version_etc PARAMS ((FILE *stream,
14                     const char *command_name, const char *package,
15                     const char *version, const char *authors));
16
17 #endif /* VERSION_ETC_H */