[PATCH] ls-tree: handle trailing slashes in the pathspec properly.
[git.git] / diff.h
diff --git a/diff.h b/diff.h
index a07ee9f..0f1ed58 100644 (file)
--- a/diff.h
+++ b/diff.h
@@ -43,6 +43,16 @@ extern void diffcore_pickaxe(const char *needle, int opts);
 
 extern void diffcore_pathspec(const char **pathspec);
 
+extern void diffcore_order(const char *orderfile);
+
+extern void diffcore_break(int max_score);
+
+extern void diffcore_std(const char **paths,
+                        int detect_rename, int rename_score,
+                        const char *pickaxe, int pickaxe_opts,
+                        int break_opt,
+                        const char *orderfile);
+
 extern int diff_queue_is_empty(void);
 
 #define DIFF_FORMAT_HUMAN      0