diff options
Diffstat (limited to 'usr.bin/cvs/diff.h')
-rw-r--r-- | usr.bin/cvs/diff.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/cvs/diff.h b/usr.bin/cvs/diff.h index 3702077375b..4400dae9e61 100644 --- a/usr.bin/cvs/diff.h +++ b/usr.bin/cvs/diff.h @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.h,v 1.1 2005/10/05 23:11:07 niallo Exp $ */ +/* $OpenBSD: diff.h,v 1.2 2005/10/07 23:59:56 niallo Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. @@ -94,5 +94,6 @@ -int cvs_diffreg(const char *, const char *); +int cvs_diffreg(const char *, const char *, BUF *out); +extern int diff_format; #endif |