summaryrefslogtreecommitdiff
path: root/include/git2/branch.h
diff options
context:
space:
mode:
authorVicent Martí <tanoku@gmail.com>2012-05-18 00:42:24 +0200
committerVicent Martí <tanoku@gmail.com>2012-05-18 01:26:23 +0200
commit2e2e97858de18abd43f7e59fcc6151510c6d3272 (patch)
tree1a6d69f8bb3de8ce3aab66602cf15f8f44c72287 /include/git2/branch.h
parent4fbd1c007e6c72b32c0dd2a29036a5670f85120a (diff)
downloadlibgit2-2e2e97858de18abd43f7e59fcc6151510c6d3272.tar.gz
Properly tag all `enums` with a `_t`
Diffstat (limited to 'include/git2/branch.h')
-rw-r--r--include/git2/branch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/branch.h b/include/git2/branch.h
index f4681dc09..69e7d1689 100644
--- a/include/git2/branch.h
+++ b/include/git2/branch.h
@@ -69,7 +69,7 @@ GIT_EXTERN(int) git_branch_create(
GIT_EXTERN(int) git_branch_delete(
git_repository *repo,
const char *branch_name,
- git_branch_type branch_type);
+ git_branch_t branch_type);
/**
* Fill a list with all the branches in the Repository