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