diff options
author | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2004-08-06 14:49:04 +0000 |
---|---|---|
committer | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2004-08-06 14:49:04 +0000 |
commit | 81a4a0fc28ffef90c6d952755d701a2a852a2942 (patch) | |
tree | 67b59207d5ba58bbe183f980d28799a7ae8966d5 /usr.bin/cvs/cvs.h | |
parent | 28914beef7207fbea9bc164aab7199bc063e5f93 (diff) |
Handle the '-b' and '-x' global options even if we don't support them,
and add support for case insensitivity
Diffstat (limited to 'usr.bin/cvs/cvs.h')
-rw-r--r-- | usr.bin/cvs/cvs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h index aadcee2327b..d81172386c4 100644 --- a/usr.bin/cvs/cvs.h +++ b/usr.bin/cvs/cvs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.h,v 1.23 2004/08/06 13:01:10 jfb Exp $ */ +/* $OpenBSD: cvs.h,v 1.24 2004/08/06 14:49:03 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -227,6 +227,7 @@ extern char *cvs_command; extern char *cvs_editor; extern int cvs_cmdop; +extern int cvs_nocase; extern CVSFILE *cvs_files; |