[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.112 and 1.113

version 1.112, 2006/06/12 13:56:00 version 1.113, 2006/06/14 15:14:47
Line 340 
Line 340 
 void            cvs_ent_close(CVSENTRIES *, int);  void            cvs_ent_close(CVSENTRIES *, int);
 void            cvs_ent_free(struct cvs_ent *);  void            cvs_ent_free(struct cvs_ent *);
 int             cvs_ent_exists(CVSENTRIES *, const char *);  int             cvs_ent_exists(CVSENTRIES *, const char *);
   void            cvs_parse_tagfile(char *, char **, char **, int *);
   void            cvs_write_tagfile(char *, char *, char *, int);
   
 /* root.c */  /* root.c */
 struct cvsroot  *cvsroot_parse(const char *);  struct cvsroot  *cvsroot_parse(const char *);

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.113