diff options
author | 2005-10-07 23:59:56 +0000 | |
---|---|---|
committer | 2005-10-07 23:59:56 +0000 | |
commit | f9b67873f046ea8e270a4e0d6879f7aa9dcd6bfe (patch) | |
tree | fb2329a8439257d26509a871cba1ae1f4df0fa54 /usr.bin/cvs/diff.h | |
parent | remove some whitespace (diff) | |
download | wireguard-openbsd-f9b67873f046ea8e270a4e0d6879f7aa9dcd6bfe.tar.xz wireguard-openbsd-f9b67873f046ea8e270a4e0d6879f7aa9dcd6bfe.zip |
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 |