[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.60 and 1.61

version 1.60, 2005/05/26 03:07:20 version 1.61, 2005/05/26 21:25:49
Line 369 
Line 369 
 struct cvs_ent*  cvs_ent_parse  (const char *);  struct cvs_ent*  cvs_ent_parse  (const char *);
 void             cvs_ent_close  (CVSENTRIES *);  void             cvs_ent_close  (CVSENTRIES *);
 void             cvs_ent_free   (struct cvs_ent *);  void             cvs_ent_free   (struct cvs_ent *);
 struct cvs_ent*  cvs_ent_getent (const char *);  
   
 /* history API */  /* history API */
 CVSHIST*         cvs_hist_open    (const char *);  CVSHIST*         cvs_hist_open    (const char *);

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61