diff options
author | Brandon Williams <bmwill@google.com> | 2017-05-30 10:30:54 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-06-02 09:36:07 +0900 |
commit | bd25f288767aa26f42ac02d2d36695c8df9134dd (patch) | |
tree | 05f2e935f1e901a70c630391c820fda13385fffa /diff.h | |
parent | 34f3c0ebfbe3c8075587e5b06d0fd280ea57f053 (diff) | |
download | git-bd25f288767aa26f42ac02d2d36695c8df9134dd.tar.gz |
diff: convert diff_flush_patch_id to struct object_id
Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diff.h')
-rw-r--r-- | diff.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |