diff options
Diffstat (limited to 'src/checkout.h')
-rw-r--r-- | src/checkout.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/checkout.h b/src/checkout.h index f1fe69628..60aa29b26 100644 --- a/src/checkout.h +++ b/src/checkout.h @@ -19,6 +19,7 @@ */ extern int git_checkout_iterator( git_iterator *target, + git_index *index, const git_checkout_options *opts); #endif |