X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=diff.h;h=310bd6b2832ce7f874aff735bb19b4813f117d4d;hb=ebcfb3791a53e0455bf8361046e3310993697a8e;hp=0083d92438916a8188656df140ba70d6acc8c6f6;hpb=f1f76776fa932ca9f5b0a450707ee30b37b97bad;p=git.git diff --git a/diff.h b/diff.h index 0083d9243..310bd6b28 100644 --- a/diff.h +++ b/diff.h @@ -133,9 +133,7 @@ struct diff_options { FILE *file; int close_file; - int nr_paths; - const char **paths; - int *pathlens; + struct pathspec pathspec; change_fn_t change; add_remove_fn_t add_remove; diff_format_fn_t format_callback;