mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
export git_reference__alloc
This commit is contained in:
@@ -31,7 +31,7 @@ GIT_BEGIN_DECL
|
||||
* @param symbolic the target for a symbolic reference
|
||||
* @return the created git_reference or NULL on error
|
||||
*/
|
||||
git_reference *git_reference__alloc(
|
||||
GIT_EXTERN(git_reference *) git_reference__alloc(
|
||||
git_refdb *refdb,
|
||||
const char *name,
|
||||
const git_oid *oid,
|
||||
|
||||
Reference in New Issue
Block a user