From 25d391d72f6a67638c721003722f8fa9ecaed8bb Mon Sep 17 00:00:00 2001 From: joris Date: Sat, 8 Mar 2008 20:26:34 +0000 Subject: add checkout/update -j support. still has some rough edges. --- usr.bin/cvs/diff.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr.bin/cvs/diff.h') diff --git a/usr.bin/cvs/diff.h b/usr.bin/cvs/diff.h index 2b488f20c48..60d629d3e4b 100644 --- a/usr.bin/cvs/diff.h +++ b/usr.bin/cvs/diff.h @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.h,v 1.16 2008/02/27 22:34:04 joris Exp $ */ +/* $OpenBSD: diff.h,v 1.17 2008/03/08 20:26:34 joris Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. @@ -105,5 +105,7 @@ extern char diffargs[128]; extern BUF *diffbuf; extern RCSNUM *diff_rev1; extern RCSNUM *diff_rev2; +extern RCSNUM *d3rev1; +extern RCSNUM *d3rev2; #endif -- cgit v1.2.3-59-g8ed1b