X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=diff.h;h=837d449f81246ab57b6604e068a49b85d33df64c;hb=e09ad6e1e3308fde346b4b6287d9441363806832;hp=da4bd421fe4ab21fd48f1d423e77963a0598c5e4;hpb=6973dcaee76ef7b7bfcabd2f26e76205aae07858;p=git.git diff --git a/diff.h b/diff.h index da4bd421..837d449f 100644 --- a/diff.h +++ b/diff.h @@ -171,4 +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); + #endif /* DIFF_H */