diff options
| author | Carlos Martín Nieto <cmn@dwim.me> | 2014-10-23 17:34:41 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <cmn@dwim.me> | 2014-11-08 23:46:39 +0100 |
| commit | 799e22ea0c3f20f1900011573a10053dc3ea9138 (patch) | |
| tree | 43af7e21e2872ee3b83a1478ceb75b068b100a1c /include/git2.h | |
| parent | 4865cc3f0631a8a4e0e1de897865df0e552c70cb (diff) | |
| download | libgit2-799e22ea0c3f20f1900011573a10053dc3ea9138.tar.gz | |
Rename git_threads_ to git_libgit2_
This describes their purpose better, as we now initialize ssl and some
other global stuff in there. Calling the init function is not something
which has been optional for a while now.
Diffstat (limited to 'include/git2.h')
| -rw-r--r-- | include/git2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2.h b/include/git2.h index 41adbbad2..388cd82d0 100644 --- a/include/git2.h +++ b/include/git2.h @@ -56,7 +56,7 @@ #include "git2/status.h" #include "git2/submodule.h" #include "git2/tag.h" -#include "git2/threads.h" +#include "git2/global.h" #include "git2/transport.h" #include "git2/tree.h" #include "git2/types.h" |
