Commit 86b74ea0 by Vicent Martí

Merge pull request #180 from kellypleahy/bug/fix_issue_79

Fix issue #79 - git_lasterror() isn't appearing in git2.dll in windows.
parents 97ce36e7 ab86f159
......@@ -185,6 +185,8 @@ typedef struct {
GIT_EXTERN(void) git_strarray_free(git_strarray *array);
GIT_EXTERN(const char*) git_lasterror(void);
/** @} */
GIT_END_DECL
#endif
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