From 81a4a0fc28ffef90c6d952755d701a2a852a2942 Mon Sep 17 00:00:00 2001 From: Jean-Francois Brousseau Date: Fri, 6 Aug 2004 14:49:04 +0000 Subject: Handle the '-b' and '-x' global options even if we don't support them, and add support for case insensitivity --- usr.bin/cvs/cvs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/cvs/cvs.h') 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 * 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; -- cgit v1.2.3