diff options
Diffstat (limited to 'include/git2/branch.h')
-rw-r--r-- | include/git2/branch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2/branch.h b/include/git2/branch.h index 15894b709..2f46720af 100644 --- a/include/git2/branch.h +++ b/include/git2/branch.h @@ -47,6 +47,7 @@ GIT_BEGIN_DECL */ GIT_EXTERN(int) git_branch_create( git_reference **branch_out, + git_repository *repo, const char *branch_name, const git_object *target, int force); |