5 unsigned char patch_id[20];
10 struct diff_options diffopts;
12 struct patch_id **table;
13 struct patch_id_bucket *patches;
16 int commit_patch_id(struct commit *commit, struct diff_options *options,
18 int init_patch_ids(struct patch_ids *);
19 int free_patch_ids(struct patch_ids *);
20 struct patch_id *add_commit_patch_id(struct commit *, struct patch_ids *);
21 struct patch_id *has_commit_patch_id(struct commit *, struct patch_ids *);
23 #endif /* PATCH_IDS_H */