summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/diff.h
diff options
context:
space:
mode:
authorxsa <xsa@openbsd.org>2005-11-21 15:01:10 +0000
committerxsa <xsa@openbsd.org>2005-11-21 15:01:10 +0000
commitc60b216d18eeed8d813f7040dd3744444dcb4994 (patch)
treeedada269730e7d44a774b77d454aa1ff28428e4c /usr.bin/cvs/diff.h
parentAccept and pass through -b option for fsck_ffs and fsck_ext2fs (diff)
downloadwireguard-openbsd-c60b216d18eeed8d813f7040dd3744444dcb4994.tar.xz
wireguard-openbsd-c60b216d18eeed8d813f7040dd3744444dcb4994.zip
- print some more informative messages
- minor knf niallo ok
Diffstat (limited to 'usr.bin/cvs/diff.h')
-rw-r--r--usr.bin/cvs/diff.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/cvs/diff.h b/usr.bin/cvs/diff.h
index 67d52f71d79..7d0d7f38f1a 100644
--- a/usr.bin/cvs/diff.h
+++ b/usr.bin/cvs/diff.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff.h,v 1.6 2005/10/26 18:13:58 xsa Exp $ */
+/* $OpenBSD: diff.h,v 1.7 2005/11/21 15:01:10 xsa Exp $ */
/*
* Copyright (C) Caldera International Inc. 2001-2002.
* All rights reserved.
@@ -102,9 +102,10 @@ void diff_output(const char *, ...);
int cvs_diffreg(const char *, const char *, BUF *out);
int ed_patch_lines(struct cvs_lines *, struct cvs_lines *);
-extern int diff_format;
-extern int diff3_conflicts;
+extern int diff_format;
+extern int diff3_conflicts;
extern char *diff_file;
+extern char diffargs[128];
extern BUF *diffbuf;
#endif