=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/diff.h,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/cvs/diff.h 2005/10/22 17:32:57 1.4 --- src/usr.bin/cvs/diff.h 2005/10/22 19:05:25 1.5 *************** *** 1,4 **** ! /* $OpenBSD: diff.h,v 1.4 2005/10/22 17:32:57 joris Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: diff.h,v 1.5 2005/10/22 19:05:25 joris Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. *************** *** 92,97 **** --- 92,101 ---- #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 *); void diff_output(const char *, ...);