summaryrefslogtreecommitdiff
path: root/usr.bin/file/tar.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-02 21:04:11 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-02 21:04:11 +0000
commitc7d032fc4ac7d7924b20e1fea418272346d8c78c (patch)
treefd85b5bf62e92ffd1fee5c23d0b97910c3a67fb7 /usr.bin/file/tar.h
parent27d9189e4074c4648710da3447660f62aaf79e4c (diff)
protos
Diffstat (limited to 'usr.bin/file/tar.h')
-rw-r--r--usr.bin/file/tar.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/usr.bin/file/tar.h b/usr.bin/file/tar.h
index 9246a133bd0..82863d4dffc 100644
--- a/usr.bin/file/tar.h
+++ b/usr.bin/file/tar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tar.h,v 1.3 1997/02/09 23:58:37 millert Exp $ */
+/* $OpenBSD: tar.h,v 1.4 2003/07/02 21:04:10 deraadt Exp $ */
/*
* Header file for public domain tar (tape archive) program.
@@ -166,15 +166,3 @@ TAR_EXTERN struct link *linklist; /* Points to first link in list */
* Error recovery stuff
*/
TAR_EXTERN char read_error_flag;
-
-
-/*
- * Declarations of functions available to the world.
- */
-/*LINTLIBRARY*/
-union record *findrec();
-void userec();
-union record *endofrecs();
-void anno();
-#define annorec(stream, msg) anno(stream, msg, 0) /* Cur rec */
-#define annofile(stream, msg) anno(stream, msg, 1) /* Saved rec */