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 6f938614704..16d272fdef3 100644
--- a/usr.bin/cvs/diff.h
+++ b/usr.bin/cvs/diff.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff.h,v 1.13 2006/06/14 14:10:50 joris Exp $ */
+/* $OpenBSD: diff.h,v 1.14 2007/01/28 02:04:45 joris Exp $ */
/*
* Copyright (C) Caldera International Inc. 2001-2002.
* All rights reserved.
@@ -91,7 +91,7 @@
#define D_SKIPPED1 8 /* path1 was a special file */
#define D_SKIPPED2 9 /* path2 was a special file */
-BUF *cvs_diff3(RCSFILE *, char *, int, RCSNUM *, RCSNUM *, int);
+void cvs_merge_file(struct cvs_file *, int);
void diff_output(const char *, ...);
int cvs_diffreg(const char *, const char *, BUF *out);
int ed_patch_lines(struct cvs_lines *, struct cvs_lines *);