blob: 763401530d3ca7fd9682add4801f60bf71c36b5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* Copyright 2001, 2002, 2003 David Mansfield and Cobite, Inc.
* See COPYING file for license information
*/
#ifndef CAP_H
#define CAP_H
#define CAP_HAVE_RLOG 1
int cvs_check_cap(int);
#endif /* CAP_H */
|