summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/diff.h
diff options
context:
space:
mode:
authortobias <tobias@openbsd.org>2008-02-03 18:18:44 +0000
committertobias <tobias@openbsd.org>2008-02-03 18:18:44 +0000
commitfd660bf2596d9a0188344f4df1cfab5c71e22e01 (patch)
treee76f20de419290f4ed02d1cb0a70e6cc87c8b934 /usr.bin/cvs/diff.h
parentFix the struct pkthdr definition. (diff)
downloadwireguard-openbsd-fd660bf2596d9a0188344f4df1cfab5c71e22e01.tar.xz
wireguard-openbsd-fd660bf2596d9a0188344f4df1cfab5c71e22e01.zip
Added rdiff support. In order to do this, some output and option fixes
had to be done for diff, too. OK joris@
Diffstat (limited to 'usr.bin/cvs/diff.h')
-rw-r--r--usr.bin/cvs/diff.h3
1 files changed, 2 insertions, 1 deletions
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];