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

Diff for /src/usr.bin/cvs/cvs.h between version 1.177 and 1.178

version 1.177, 2010/07/23 08:31:19 version 1.178, 2010/07/23 21:46:05
Line 356 
Line 356 
 void             cvs_cleanup(void);  void             cvs_cleanup(void);
   
 /* date.y */  /* date.y */
 time_t           cvs_date_parse(const char *);  time_t           date_parse(const char *);
   
 /* entries.c */  /* entries.c */
 struct cvs_ent  *cvs_ent_parse(const char *);  struct cvs_ent  *cvs_ent_parse(const char *);

Legend:
Removed from v.1.177  
changed lines
  Added in v.1.178