mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-06 00:48:52 +00:00
Merge pull request #1453 from ethomson/refdb_export
Properly GIT_EXPORT git_reference__alloc
This commit is contained in:
commit
432b8c11b8
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user