mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 15:00:04 +00:00
export git_reference__alloc
This commit is contained in:
parent
734aa82642
commit
c869e26878
@ -31,7 +31,7 @@ GIT_BEGIN_DECL
|
|||||||
* @param symbolic the target for a symbolic reference
|
* @param symbolic the target for a symbolic reference
|
||||||
* @return the created git_reference or NULL on error
|
* @return the created git_reference or NULL on error
|
||||||
*/
|
*/
|
||||||
git_reference *git_reference__alloc(
|
GIT_EXTERN(git_reference *) git_reference__alloc(
|
||||||
git_refdb *refdb,
|
git_refdb *refdb,
|
||||||
const char *name,
|
const char *name,
|
||||||
const git_oid *oid,
|
const git_oid *oid,
|
||||||
|
Loading…
Reference in New Issue
Block a user