From: Ian Darwin Date: Fri, 28 Aug 1987 20:54:31 +0000 (+0000) Subject: Add /*LINTLIBRARY*/ as suggested by Gilmore. X-Git-Tag: FILE3_27~425 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e29e1c66900997665dc9be2d2a386ca4b1ea3cd;p=file Add /*LINTLIBRARY*/ as suggested by Gilmore. --- diff --git a/src/tar.h b/src/tar.h index 45b8ff37..652e518e 100644 --- a/src/tar.h +++ b/src/tar.h @@ -168,6 +168,7 @@ TAR_EXTERN char read_error_flag; /* * Declarations of functions available to the world. */ +/*LINTLIBRARY*/ union record *findrec(); void userec(); union record *endofrecs();