X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=diff.h;h=7150b90385952373f4fd49eb073d819541cc306d;hb=fdeb6bf55b7c578ce1735092c6dfbf6968cbee5c;hp=837d449f81246ab57b6604e068a49b85d33df64c;hpb=e09ad6e1e3308fde346b4b6287d9441363806832;p=git.git diff --git a/diff.h b/diff.h index 837d449f8..7150b9038 100644 --- a/diff.h +++ b/diff.h @@ -171,6 +171,6 @@ extern const char *diff_unique_abbrev(const unsigned char *, int); extern int run_diff_files(struct rev_info *revs, int silent_on_removed); -extern int run_diff_index(struct rev_info *revs, int cached, int match_missing); +extern int run_diff_index(struct rev_info *revs, int cached); #endif /* DIFF_H */