summaryrefslogtreecommitdiffstats
path: root/src/diff.h
diff options
context:
space:
mode:
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