]> git.ipfire.org Git - thirdparty/git.git/blobdiff - diff.h
Merge branch 'nd/diff-parseopt-4'
[thirdparty/git.git] / diff.h
diff --git a/diff.h b/diff.h
index f88482705ca84424854d7d46af4efce96b6784aa..b20cbcc0914250de4921310d16d58ada4acb7984 100644 (file)
--- a/diff.h
+++ b/diff.h
@@ -298,6 +298,7 @@ struct combine_diff_path {
                char status;
                unsigned int mode;
                struct object_id oid;
+               struct strbuf path;
        } parent[FLEX_ARRAY];
 };
 #define combine_diff_path_size(n, l) \
@@ -371,7 +372,7 @@ int git_config_rename(const char *var, const char *value);
 #define DIFF_PICKAXE_IGNORE_CASE       32
 
 void diffcore_std(struct diff_options *);
-void diffcore_fix_diff_index(struct diff_options *);
+void diffcore_fix_diff_index(void);
 
 #define COMMON_DIFF_OPTIONS_HELP \
 "\ncommon diff options:\n" \
@@ -439,7 +440,7 @@ int diff_flush_patch_id(struct diff_options *, struct object_id *, int);
 
 int diff_result_code(struct diff_options *, int);
 
-int diff_no_index(struct repository *, struct rev_info *,
+int diff_no_index(struct rev_info *,
                  int implicit_no_index, int, const char **);
 
 int index_differs_from(struct repository *r, const char *def,