summaryrefslogtreecommitdiffstats
path: root/contrib/tar/lib/print-copyr.h
blob: ff981583fea837e070715b94ead2948c829d94cf (plain)
1
2
3
4
5
6
7
8
9
# ifndef PARAMS
#  if PROTOTYPES || (defined (__STDC__) && __STDC__)
#   define PARAMS(args) args
#  else
#   define PARAMS(args) ()
#  endif
# endif

void print_copyright PARAMS((char const *));
OpenPOWER on IntegriCloud