diff options
author | Vicent Martà <tanoku@gmail.com> | 2011-05-10 14:26:16 -0700 |
---|---|---|
committer | Vicent Martà <tanoku@gmail.com> | 2011-05-10 14:26:16 -0700 |
commit | 86b74ea0ab267eb195f39fb5270ad513c4d4d3c5 (patch) | |
tree | 724ac6eae5d8a44afdc94c7d81fb66b069335cc2 /include/git2/common.h | |
parent | 97ce36e700b230af7fa2807688d66556f9b069a9 (diff) | |
parent | ab86f159e5edbf0ffaf3ec2eb86584a6758a7a49 (diff) | |
download | libgit2-86b74ea0ab267eb195f39fb5270ad513c4d4d3c5.tar.gz |
Merge pull request #180 from kellypleahy/bug/fix_issue_79
Fix issue #79 - git_lasterror() isn't appearing in git2.dll in windows.
Diffstat (limited to 'include/git2/common.h')
-rw-r--r-- | include/git2/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/git2/common.h b/include/git2/common.h index 2aae648fb..54af72fbf 100644 --- a/include/git2/common.h +++ b/include/git2/common.h @@ -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 |