summaryrefslogtreecommitdiff
path: root/include/git2/refs.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/refs.h
parent4fbd1c007e6c72b32c0dd2a29036a5670f85120a (diff)
downloadlibgit2-2e2e97858de18abd43f7e59fcc6151510c6d3272.tar.gz
Properly tag all `enums` with a `_t`
Diffstat (limited to 'include/git2/refs.h')
-rw-r--r--include/git2/refs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/refs.h b/include/git2/refs.h
index 9abc32369..2760f9457 100644
--- a/include/git2/refs.h
+++ b/include/git2/refs.h
@@ -111,7 +111,7 @@ GIT_EXTERN(const char *) git_reference_target(git_reference *ref);
* @param ref The reference
* @return the type
*/
-GIT_EXTERN(git_rtype) git_reference_type(git_reference *ref);
+GIT_EXTERN(git_ref_t) git_reference_type(git_reference *ref);
/**
* Get the full name of a reference