summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/diff.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs/diff.h')
-rw-r--r--usr.bin/cvs/diff.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/diff.h b/usr.bin/cvs/diff.h
index 24d883e128b..2b488f20c48 100644
--- a/usr.bin/cvs/diff.h
+++ b/usr.bin/cvs/diff.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff.h,v 1.15 2008/02/03 18:18:44 tobias Exp $ */
+/* $OpenBSD: diff.h,v 1.16 2008/02/27 22:34:04 joris Exp $ */
/*
* Copyright (C) Caldera International Inc. 2001-2002.
* All rights reserved.
@@ -93,7 +93,7 @@
void cvs_merge_file(struct cvs_file *, int);
void diff_output(const char *, ...);
-int cvs_diffreg(const char *, const char *, BUF *out);
+int cvs_diffreg(const char *, const char *, int, int, BUF *);
int ed_patch_lines(struct cvs_lines *, struct cvs_lines *);
extern int diff_format;