summaryrefslogtreecommitdiff
path: root/cap.h
diff options
context:
space:
mode:
Diffstat (limited to 'cap.h')
-rw-r--r--cap.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/cap.h b/cap.h
new file mode 100644
index 0000000..7634015
--- /dev/null
+++ b/cap.h
@@ -0,0 +1,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 */