Commit 432b8c11 by Vicent Martí

Merge pull request #1453 from ethomson/refdb_export

Properly GIT_EXPORT git_reference__alloc
parents 734aa826 c869e268
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment