]> git.proxmox.com Git - libgit2.git/blobdiff - src/win32/thread.h
New upstream version 1.3.0+dfsg.1
[libgit2.git] / src / win32 / thread.h
index 41cbf015b59335db18393eb72e4350b523bd335f..8305036b4d6fc17936936d83d5e9987717f381b0 100644 (file)
@@ -35,7 +35,7 @@ typedef struct {
        } native;
 } git_rwlock;
 
-int git_threads_init(void);
+int git_threads_global_init(void);
 
 int git_thread_create(git_thread *GIT_RESTRICT,
        void *(*) (void *),