From fd660bf2596d9a0188344f4df1cfab5c71e22e01 Mon Sep 17 00:00:00 2001 From: tobias Date: Sun, 3 Feb 2008 18:18:44 +0000 Subject: Added rdiff support. In order to do this, some output and option fixes had to be done for diff, too. OK joris@ --- usr.bin/cvs/diff.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/cvs/diff.h') diff --git a/usr.bin/cvs/diff.h b/usr.bin/cvs/diff.h index 16d272fdef3..24d883e128b 100644 --- a/usr.bin/cvs/diff.h +++ b/usr.bin/cvs/diff.h @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.h,v 1.14 2007/01/28 02:04:45 joris Exp $ */ +/* $OpenBSD: diff.h,v 1.15 2008/02/03 18:18:44 tobias Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. @@ -98,6 +98,7 @@ int ed_patch_lines(struct cvs_lines *, struct cvs_lines *); extern int diff_format; extern int diff3_conflicts; +extern int diff_iflag; extern int diff_pflag; extern char *diff_file; extern char diffargs[128]; -- cgit v1.2.3-59-g8ed1b