summaryrefslogtreecommitdiffstats
path: root/src/diff.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-07-18 18:47:55 +0000
committerLennart Poettering <lennart@poettering.net>2004-07-18 18:47:55 +0000
commitebf3b3ad1795c877c4164b46aab1397237210417 (patch)
tree28104ccf5c0352a804ef6de3b16bb199d547e1af /src/diff.h
parent90c80089c6d6e2d7fe9680e567d8241806d7de9e (diff)
add support for file size accounting in --diff
git-svn-id: file:///home/lennart/svn/public/syrep/trunk@57 07ea20a6-d2c5-0310-9e02-9ef735347d72
Diffstat (limited to 'src/diff.h')
-rw-r--r--src/diff.h2
1 files changed, 1 insertions, 1 deletions
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