From 811088f01868b1d89dec7a8a92b7d27d1395f55c Mon Sep 17 00:00:00 2001 From: lulf Date: Sun, 19 Oct 2008 09:08:59 +0000 Subject: - Import csup work from p4. --- contrib/csup/diff.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'contrib/csup/diff.h') diff --git a/contrib/csup/diff.h b/contrib/csup/diff.h index cbd9e50..b0c8c97 100644 --- a/contrib/csup/diff.h +++ b/contrib/csup/diff.h @@ -45,6 +45,8 @@ struct diffinfo { }; int diff_apply(struct stream *, struct stream *, struct stream *, - struct keyword *, struct diffinfo *); + struct keyword *, struct diffinfo *, int); +int diff_reverse(struct stream *, struct stream *, + struct stream *, struct keyword *, struct diffinfo *); #endif /* !_DIFF_H_ */ -- cgit v1.1