repo.or.cz
/
cvsps
/
4msysgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use regex.[ch] from msysGit's /git
[cvsps/4msysgit.git]
/
cap.h
blob
763401530d3ca7fd9682add4801f60bf71c36b5d
1
/*
2
* Copyright 2001, 2002, 2003 David Mansfield and Cobite, Inc.
3
* See COPYING file for license information
4
*/
5
6
#ifndef CAP_H
7
#define CAP_H
8
9
#define CAP_HAVE_RLOG 1
10
11
int
cvs_check_cap
(
int
);
12
13
#endif
/* CAP_H */