[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.5 and 1.6

version 1.5, 2009/02/21 13:44:18 version 1.6, 2010/07/23 08:31:19
Line 25 
Line 25 
 #define REPOSITORY_DODIRS       0x01  #define REPOSITORY_DODIRS       0x01
 #define REPOSITORY_IS_ATTIC     0x02  #define REPOSITORY_IS_ATTIC     0x02
   
 extern struct cvs_wklhead repo_locks;  extern struct wklhead repo_locks;
   
 void    cvs_repository_unlock(const char *);  void    cvs_repository_unlock(const char *);
 void    cvs_repository_lock(const char *, int);  void    cvs_repository_lock(const char *, int);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6