X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=patch-ids.h;h=03bb04e7071f5f65a3b09f138aa4473fa0a0a655;hb=3dc47c428894c0eca7b01561978befdc09f64e48;hp=82a12b66f8891e5a9a45c2a63845dd28de7eeda7;hpb=1efd0e8437d663fdb422a3b5aacf3adf76a7cdc5;p=thirdparty%2Fgit.git diff --git a/patch-ids.h b/patch-ids.h index 82a12b66f8..03bb04e707 100644 --- a/patch-ids.h +++ b/patch-ids.h @@ -20,7 +20,7 @@ struct patch_ids { }; int commit_patch_id(struct commit *commit, struct diff_options *options, - struct object_id *oid, int); + struct object_id *oid, int, int); int init_patch_ids(struct repository *, struct patch_ids *); int free_patch_ids(struct patch_ids *); struct patch_id *add_commit_patch_id(struct commit *, struct patch_ids *);