summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cvs.h
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2005-05-20 18:26:50 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2005-05-20 18:26:50 +0000
commit6d6ba437544c3dd4dce421dbabbb9b3b5662cbef (patch)
treeb606c29e2122df9199d427cefbf06496c761715c /usr.bin/cvs/cvs.h
parent59e38454dfc5679329512dafd063ac43760c9ecd (diff)
first bits of the `cvs -n' option; ok jfb joris
Diffstat (limited to 'usr.bin/cvs/cvs.h')
-rw-r--r--usr.bin/cvs/cvs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h
index adc18318197..6955ccdbc51 100644
--- a/usr.bin/cvs/cvs.h
+++ b/usr.bin/cvs/cvs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cvs.h,v 1.56 2005/05/19 04:17:24 jfb Exp $ */
+/* $OpenBSD: cvs.h,v 1.57 2005/05/20 18:26:49 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -317,6 +317,7 @@ extern int cvs_nolog;
extern int cvs_compress;
extern int cvs_cmdop;
extern int cvs_nocase;
+extern int cvs_noexec;
extern int cvs_readonly;
extern CVSFILE *cvs_files;