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.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.bin/cvs/diff.h b/usr.bin/cvs/diff.h
index 0e3c56480ee..8ed8b8bc865 100644
--- a/usr.bin/cvs/diff.h
+++ b/usr.bin/cvs/diff.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff.h,v 1.10 2006/04/14 23:29:01 joris Exp $ */
+/* $OpenBSD: diff.h,v 1.11 2006/05/27 03:30:30 joris Exp $ */
/*
* Copyright (C) Caldera International Inc. 2001-2002.
* All rights reserved.
@@ -67,7 +67,6 @@
#define CVS_DIFF_H
#define CVS_DIFF_DEFCTX 3 /* default context length */
-
/*
* Output format options
*/
@@ -92,11 +91,6 @@
#define D_SKIPPED1 8 /* path1 was a special file */
#define D_SKIPPED2 9 /* path2 was a special file */
-
-#if defined(RCSPROG)
-struct cvs_lines;
-#endif
-
BUF *cvs_diff3(RCSFILE *, char *, RCSNUM *, RCSNUM *, int);
void diff_output(const char *, ...);
int cvs_diffreg(const char *, const char *, BUF *out);