Merge pull request #180 from kellypleahy/bug/fix_issue_79

Fix issue #79 - git_lasterror() isn't appearing in git2.dll in windows.
This commit is contained in:
Vicent Martí 2011-05-10 14:26:16 -07:00
commit 86b74ea0ab

View File

@ -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