summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/diff.h
diff options
context:
space:
mode:
authorjoris <joris@openbsd.org>2005-10-11 14:27:27 +0000
committerjoris <joris@openbsd.org>2005-10-11 14:27:27 +0000
commit1ff4dac1523381651c58dc835944a55829470c1f (patch)
treecea204aa4a5cb559d9e3f00b5e6e75b6d77fe10b /usr.bin/cvs/diff.h
parentfix "node add" (diff)
downloadwireguard-openbsd-1ff4dac1523381651c58dc835944a55829470c1f.tar.xz
wireguard-openbsd-1ff4dac1523381651c58dc835944a55829470c1f.zip
export diff_file variable so it can be set from without diff functions;
ok niallo@
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 4400dae9e61..41fc542a2ca 100644
--- a/usr.bin/cvs/diff.h
+++ b/usr.bin/cvs/diff.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff.h,v 1.2 2005/10/07 23:59:56 niallo Exp $ */
+/* $OpenBSD: diff.h,v 1.3 2005/10/11 14:27:27 joris Exp $ */
/*
* Copyright (C) Caldera International Inc. 2001-2002.
* All rights reserved.
@@ -96,4 +96,5 @@
int cvs_diffreg(const char *, const char *, BUF *out);
extern int diff_format;
+extern char *diff_file;
#endif