[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.2 and 1.3

version 1.2, 2004/07/14 03:33:09 version 1.3, 2004/07/14 04:32:42
Line 262 
Line 262 
   
 typedef struct cvs_entries {  typedef struct cvs_entries {
         char    *cef_path;          char    *cef_path;
           FILE    *cef_file;
   
         u_int    cef_nid;  /* next entry index to return for next() */          u_int    cef_nid;  /* next entry index to return for next() */
   
Line 354 
Line 355 
   
   
 /* Entries API */  /* Entries API */
 CVSENTRIES*      cvs_ent_open   (const char *);  CVSENTRIES*      cvs_ent_open   (const char *, int);
 struct cvs_ent*  cvs_ent_get    (CVSENTRIES *, const char *);  struct cvs_ent*  cvs_ent_get    (CVSENTRIES *, const char *);
 struct cvs_ent*  cvs_ent_next   (CVSENTRIES *);  struct cvs_ent*  cvs_ent_next   (CVSENTRIES *);
 int              cvs_ent_add    (CVSENTRIES *, struct cvs_ent *);  int              cvs_ent_add    (CVSENTRIES *, struct cvs_ent *);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3