X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=diff.h;h=310bd6b2832ce7f874aff735bb19b4813f117d4d;hb=ec8460bd91007f0bd7851cd07494d1019a39937f;hp=0083d92438916a8188656df140ba70d6acc8c6f6;hpb=759e84f07fd0fba2f3466b11b74146173d42cb6b;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;