[BACK]Return to repository.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / cvs

Diff for /src/usr.bin/cvs/repository.h between version 1.3 and 1.4

version 1.3, 2007/06/01 17:47:47 version 1.4, 2008/03/09 03:14:52
Line 25 
Line 25 
 extern struct cvs_wklhead repo_locks;  extern struct cvs_wklhead repo_locks;
   
 void    cvs_repository_unlock(const char *);  void    cvs_repository_unlock(const char *);
 void    cvs_repository_lock(const char *);  void    cvs_repository_lock(const char *, int);
 void    cvs_repository_getdir(const char *, const char *,  void    cvs_repository_getdir(const char *, const char *,
                 struct cvs_flisthead *, struct cvs_flisthead *, int);                  struct cvs_flisthead *, struct cvs_flisthead *, int);
   

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