[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.48 and 1.49

version 1.48, 2006/03/07 01:40:52 version 1.49, 2006/03/09 10:56:33
Line 271 
Line 271 
 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);
   
   /* rcstime.c */
   struct tm       *rcs_set_tz(char *, struct rcs_delta *);
   
 extern char *timezone_flag;  extern char *timezone_flag;
   
 #endif  /* RCS_H */  #endif  /* RCS_H */

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49