=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/diff.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/cvs/diff.h 2005/11/21 15:01:10 1.7 +++ src/usr.bin/cvs/diff.h 2006/03/14 15:59:06 1.8 @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.h,v 1.7 2005/11/21 15:01:10 xsa Exp $ */ +/* $OpenBSD: diff.h,v 1.8 2006/03/14 15:59:06 xsa Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. @@ -97,7 +97,7 @@ struct cvs_lines; #endif -BUF *cvs_diff3(RCSFILE *, char *, RCSNUM *, RCSNUM *); +BUF *cvs_diff3(RCSFILE *, char *, RCSNUM *, RCSNUM *, 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 *);