[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.153 and 1.154

version 1.153, 2008/02/04 15:07:33 version 1.154, 2008/02/04 18:23:58
Line 373 
Line 373 
 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 *);
 void            cvs_parse_tagfile(char *, char **, char **, int *);  void            cvs_parse_tagfile(char *, char **, char **, int *);
 void            cvs_write_tagfile(const char *, char *, char *, int);  void            cvs_write_tagfile(const char *, char *, char *);
   
 /* root.c */  /* root.c */
 struct cvsroot  *cvsroot_get(const char *);  struct cvsroot  *cvsroot_get(const char *);

Legend:
Removed from v.1.153  
changed lines
  Added in v.1.154