diff options
author | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-10-07 23:59:57 +0000 |
---|---|---|
committer | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-10-07 23:59:57 +0000 |
commit | 8c14afd804dddf81413f508ee62036600588f087 (patch) | |
tree | 6b5287ade3624027cc3ab4d319789beb5bb2e865 /usr.bin/cvs/diff.h | |
parent | 729e2be54438175b4e009f5657af93614a328875 (diff) |
basic `ci' support is here! more coming soon.
combined effort with joris.
ok joris@
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 |