diff options
Diffstat (limited to 'diffcore.h')
-rw-r--r-- | diffcore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/diffcore.h b/diffcore.h index cf8d4cb861..f5c6de4841 100644 --- a/diffcore.h +++ b/diffcore.h @@ -185,6 +185,7 @@ void diffcore_rename_extended(struct diff_options *options, void diffcore_merge_broken(void); void diffcore_pickaxe(struct diff_options *); void diffcore_order(const char *orderfile); +void diffcore_rotate(struct diff_options *); /* low-level interface to diffcore_order */ struct obj_order { |