[BACK]Return to tar.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / file

Diff for /src/usr.bin/file/Attic/tar.h between version 1.3 and 1.4

version 1.3, 1997/02/09 23:58:37 version 1.4, 2003/07/02 21:04:10
Line 166 
Line 166 
  * Error recovery stuff   * Error recovery stuff
  */   */
 TAR_EXTERN char         read_error_flag;  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 */  

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4