summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/cvs.h
diff options
context:
space:
mode:
authortobias <tobias@openbsd.org>2008-02-04 15:07:32 +0000
committertobias <tobias@openbsd.org>2008-02-04 15:07:32 +0000
commit37fdff3fa60fdd1baf6bc6082eee5bd7ac3b858c (patch)
tree350e7b1ef9932579794369472f743922e60b92d2 /usr.bin/cvs/cvs.h
parentspecify that MakeWhatis and pkg-config fall outside the scope of this document (diff)
downloadwireguard-openbsd-37fdff3fa60fdd1baf6bc6082eee5bd7ac3b858c.tar.xz
wireguard-openbsd-37fdff3fa60fdd1baf6bc6082eee5bd7ac3b858c.zip
Added -k flag support for all commands which support it.
OK 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 d8be3b4a7ff..1b078ffdaee 100644
--- a/usr.bin/cvs/cvs.h
+++ b/usr.bin/cvs/cvs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cvs.h,v 1.152 2008/02/03 22:50:28 joris Exp $ */
+/* $OpenBSD: cvs.h,v 1.153 2008/02/04 15:07:33 tobias Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -319,6 +319,7 @@ extern int cvs_readonlyfs;
extern int cvs_error;
extern int cvs_server_active;
extern int reset_stickies;
+extern int kflag;
extern struct cvs_cmd *cmdp;
extern struct cvs_cmd *cvs_cdt[];