diff options
author | Lennart Poettering <lennart@poettering.net> | 2004-07-18 18:47:55 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2004-07-18 18:47:55 +0000 |
commit | ebf3b3ad1795c877c4164b46aab1397237210417 (patch) | |
tree | 28104ccf5c0352a804ef6de3b16bb199d547e1af /src/diff.h | |
parent | 90c80089c6d6e2d7fe9680e567d8241806d7de9e (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |