[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.161 and 1.162

version 1.161, 2008/02/10 14:08:52 version 1.162, 2008/03/01 21:29:36
Line 375 
Line 375 
 struct cvs_ent  *cvs_ent_parse(const char *);  struct cvs_ent  *cvs_ent_parse(const char *);
 struct cvs_ent  *cvs_ent_get(CVSENTRIES *, const char *);  struct cvs_ent  *cvs_ent_get(CVSENTRIES *, const char *);
 CVSENTRIES      *cvs_ent_open(const char *);  CVSENTRIES      *cvs_ent_open(const char *);
 void            cvs_ent_add(CVSENTRIES *, const char *);  void            cvs_ent_add(CVSENTRIES *, const char *);
 void            cvs_ent_remove(CVSENTRIES *, const char *);  void            cvs_ent_remove(CVSENTRIES *, const char *);
 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_ent_line_str(const char *, char *, char *, char *, char *,  void            cvs_ent_line_str(const char *, char *, char *, char *, char *,
                     int, int, char *, size_t);                      int, int, char *, size_t);

Legend:
Removed from v.1.161  
changed lines
  Added in v.1.162