Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/global.h')
-rw-r--r--src/global.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/global.h b/src/global.h
index 0ad41ee63..b9f8b6773 100644
--- a/src/global.h
+++ b/src/global.h
@@ -8,10 +8,16 @@
#define INCLUDE_global_h__
#include "mwindow.h"
+#include "hash.h"
typedef struct {
git_error *last_error;
git_error error_t;
+
+#ifdef WIN32_SHA1
+ git_hash_prov hash_prov;
+#endif
+
} git_global_st;
git_global_st *git__global_state(void);