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

Diff for /src/usr.bin/cvs/rcs.h between version 1.20 and 1.21

version 1.20, 2005/04/11 20:32:56 version 1.21, 2005/04/13 15:50:49
Line 218 
Line 218 
 int       rcsnum_cpy    (const RCSNUM *, RCSNUM *, u_int);  int       rcsnum_cpy    (const RCSNUM *, RCSNUM *, u_int);
 int       rcsnum_cmp    (const RCSNUM *, const RCSNUM *, u_int);  int       rcsnum_cmp    (const RCSNUM *, const RCSNUM *, u_int);
   
 /* from cache.c */  
 int       rcs_cache_init    (u_int);  
 RCSFILE  *rcs_cache_fetch   (const char *path);  
 int       rcs_cache_store   (RCSFILE *);  
 void      rcs_cache_destroy (void);  
   
 #endif /* RCS_H */  #endif /* RCS_H */

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21