X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=diffcore.h;fp=diffcore.h;h=2e613ebe899e8e4b49d489d6c3961a62ba55547d;hb=ce24067549a8554b214e723d7aa4bc063c54409e;hp=1f4b32c1c1628b1f040da0421423cf5cfb8561ad;hpb=355e76a4a3c5e49ae15a642806457bce10fe2ef4;p=git.git diff --git a/diffcore.h b/diffcore.h index 1f4b32c1..2e613ebe 100644 --- a/diffcore.h +++ b/diffcore.h @@ -73,6 +73,12 @@ extern struct diff_filepair *diff_queue(struct diff_queue_struct *, struct diff_filespec *); extern void diff_q(struct diff_queue_struct *, struct diff_filepair *); +extern void diffcore_pathspec(const char **pathspec); +extern void diffcore_break(int); +extern void diffcore_rename(int rename_copy, int); +extern void diffcore_pickaxe(const char *needle, int opts); +extern void diffcore_order(const char *orderfile); + #define DIFF_DEBUG 0 #if DIFF_DEBUG void diff_debug_filespec(struct diff_filespec *, int, const char *);