freebsd-dev/contrib/tar/lib/print-copyr.h
2002-06-04 10:37:47 +00:00

10 lines
196 B
C

# ifndef PARAMS
# if PROTOTYPES || (defined (__STDC__) && __STDC__)
# define PARAMS(args) args
# else
# define PARAMS(args) ()
# endif
# endif
void print_copyright PARAMS((char const *));