X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=diff.h;h=a47bae48d5d14a321108aac3b3de3892587b264f;hb=9798f7e5f948b2586c33d850f6a00d4fc0537d75;hp=a658f85f2bc87864f673f737f70c8ad366ab7153;hpb=6c95f535e909b91d3c8868f00196c85c61fe8142;p=git.git diff --git a/diff.h b/diff.h index a658f85f2..a47bae48d 100644 --- a/diff.h +++ b/diff.h @@ -335,5 +335,6 @@ extern int parse_rename_score(const char **cp_p); extern int print_stat_summary(FILE *fp, int files, int insertions, int deletions); +extern void setup_diff_pager(struct diff_options *); #endif /* DIFF_H */