summaryrefslogtreecommitdiffstats
path: root/contrib/tar/lib/print-copyr.h
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-06-04 10:37:47 +0000
committersobomax <sobomax@FreeBSD.org>2002-06-04 10:37:47 +0000
commit0f70d6636c8f836f50cc56b9ea9b8dc51cd12dbe (patch)
tree8e3e6da9ce2dfb3d403e8ed0fab9168ce589ca80 /contrib/tar/lib/print-copyr.h
downloadFreeBSD-src-0f70d6636c8f836f50cc56b9ea9b8dc51cd12dbe.zip
FreeBSD-src-0f70d6636c8f836f50cc56b9ea9b8dc51cd12dbe.tar.gz
Virgin import (trimmed) of GNU Tar version 1.13.25.
Diffstat (limited to 'contrib/tar/lib/print-copyr.h')
-rw-r--r--contrib/tar/lib/print-copyr.h9
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 *));
OpenPOWER on IntegriCloud