Upgrade to latest libgit2 development branch

This commit is contained in:
Kevin Sawicki
2013-01-04 14:42:31 -08:00
parent 0f22a560a5
commit f1efc9ce60
46 changed files with 2659 additions and 1041 deletions

View File

@@ -27,8 +27,10 @@ GIT_BEGIN_DECL
*
* If libgit2 has been built without GIT_THREADS
* support, this function is a no-op.
*
* @return 0 or an error code
*/
GIT_EXTERN(void) git_threads_init(void);
GIT_EXTERN(int) git_threads_init(void);
/**
* Shutdown the threading system.