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

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

version 1.2, 2006/03/17 08:51:45 version 1.3, 2006/03/17 13:40:41
Line 50 
Line 50 
 void      cvs_write_tagfile(char *, char *, int);  void      cvs_write_tagfile(char *, char *, int);
 void      cvs_parse_tagfile(char **, char **, int *);  void      cvs_parse_tagfile(char **, char **, int *);
 size_t    cvs_path_cat(const char *, const char *, char *, size_t);  size_t    cvs_path_cat(const char *, const char *, char *, size_t);
   time_t    cvs_hack_time(time_t, int);
   
 #endif  /* !RCSPROG */  #endif  /* !RCSPROG */
   
 time_t    cvs_hack_time(time_t, int);  
   
 struct cvs_line {  struct cvs_line {
         char                    *l_line;          char                    *l_line;

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