diff options
Diffstat (limited to 'entry.h')
-rw-r--r-- | entry.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -43,7 +43,8 @@ static inline int checkout_entry(struct cache_entry *ce, } void enable_delayed_checkout(struct checkout *state); -int finish_delayed_checkout(struct checkout *state, int *nr_checkouts); +int finish_delayed_checkout(struct checkout *state, int *nr_checkouts, + int show_progress); /* * Unlink the last component and schedule the leading directories for |