diff: convert diff_flush_patch_id to struct object_id
[gitweb.git] / diff.h
diff --git a/diff.h b/diff.h
index fcf334bb6f6e9c5a4caa0b01c3404e268d7d7f0c..150f1c5a1ca3cd8a81093b79962379464c9a23e5 100644 (file)
--- a/diff.h
+++ b/diff.h
@@ -354,7 +354,7 @@ extern int run_diff_files(struct rev_info *revs, unsigned int option);
 extern int run_diff_index(struct rev_info *revs, int cached);
 
 extern int do_diff_cache(const struct object_id *, struct diff_options *);
-extern int diff_flush_patch_id(struct diff_options *, unsigned char *, int);
+extern int diff_flush_patch_id(struct diff_options *, struct object_id *, int);
 
 extern int diff_result_code(struct diff_options *, int);