From ebf3b3ad1795c877c4164b46aab1397237210417 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 18 Jul 2004 18:47:55 +0000 Subject: add support for file size accounting in --diff git-svn-id: file:///home/lennart/svn/public/syrep/trunk@57 07ea20a6-d2c5-0310-9e02-9ef735347d72 --- src/diff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/diff.h') diff --git a/src/diff.h b/src/diff.h index 2c1c134..1b2c711 100644 --- a/src/diff.h +++ b/src/diff.h @@ -38,6 +38,6 @@ struct diff_entry { DB* make_diff(struct syrep_db_context *c1, struct syrep_db_context *c2); int diff_foreach(DB *ddb, int (*cb)(DB *db, struct syrep_name *name, struct diff_entry *de, void *p), void *p); -int list_diff(struct syrep_db_context *c1, struct syrep_db_context *c2, DB *ddb); +int list_diff(struct syrep_db_context *c1, struct syrep_db_context *c2, DB *ddb, const char *p1, const char *p2); #endif -- cgit