mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-08 19:34:33 +00:00
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:
commit
86b74ea0ab
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user