summaryrefslogtreecommitdiffstats
path: root/contrib/csup/diff.h
diff options
context:
space:
mode:
authorlulf <lulf@FreeBSD.org>2008-10-19 09:08:59 +0000
committerlulf <lulf@FreeBSD.org>2008-10-19 09:08:59 +0000
commit811088f01868b1d89dec7a8a92b7d27d1395f55c (patch)
tree76e74988c8bcef8fa5297174a8219fc4055815b5 /contrib/csup/diff.h
parent150ad2c538f0834132164fec5ed7ea55c88f2e51 (diff)
downloadFreeBSD-src-811088f01868b1d89dec7a8a92b7d27d1395f55c.zip
FreeBSD-src-811088f01868b1d89dec7a8a92b7d27d1395f55c.tar.gz
- Import csup work from p4.
Diffstat (limited to 'contrib/csup/diff.h')
-rw-r--r--contrib/csup/diff.h4
1 files changed, 3 insertions, 1 deletions
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_ */
OpenPOWER on IntegriCloud