diff options
Diffstat (limited to 'contrib/tar/lib/print-copyr.h')
-rw-r--r-- | contrib/tar/lib/print-copyr.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/tar/lib/print-copyr.h b/contrib/tar/lib/print-copyr.h new file mode 100644 index 0000000..ff98158 --- /dev/null +++ b/contrib/tar/lib/print-copyr.h @@ -0,0 +1,9 @@ +# ifndef PARAMS +# if PROTOTYPES || (defined (__STDC__) && __STDC__) +# define PARAMS(args) args +# else +# define PARAMS(args) () +# endif +# endif + +void print_copyright PARAMS((char const *)); |