=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/Attic/tar.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/file/Attic/tar.h 1997/02/09 23:58:37 1.3 +++ src/usr.bin/file/Attic/tar.h 2003/07/02 21:04:10 1.4 @@ -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 @@ * 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 */