Merge from vendor branch TEXINFO:
[dragonfly.git] / contrib / tar / lib / print-copyr.h
1 # ifndef PARAMS
2 #  if PROTOTYPES || (defined (__STDC__) && __STDC__)
3 #   define PARAMS(args) args
4 #  else
5 #   define PARAMS(args) ()
6 #  endif
7 # endif
8
9 void print_copyright PARAMS((char const *));