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

Diff for /src/usr.bin/cvs/Attic/cache.h between version 1.2 and 1.3

version 1.2, 2004/12/07 17:10:56 version 1.3, 2004/12/09 19:54:09
Line 28 
Line 28 
 #define CACHE_H  #define CACHE_H
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/stat.h>  
   
 #include <signal.h>  #include "rcs.h"
   
   
 int       rcs_cache_init    (u_int);  int       rcs_cache_init    (u_int);
 RCSFILE  *rcs_cache_fetch   (const char *path);  RCSFILE  *rcs_cache_fetch   (const char *path);

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