diff options
Diffstat (limited to 'src/hash.h')
-rw-r--r-- | src/hash.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hash.h b/src/hash.h index 93765adf3..0502e352e 100644 --- a/src/hash.h +++ b/src/hash.h @@ -14,7 +14,6 @@ typedef struct git_hash_prov git_hash_prov; typedef struct git_hash_ctx git_hash_ctx; -int git_hash_global_init(void); int git_hash_ctx_init(git_hash_ctx *ctx); void git_hash_ctx_cleanup(git_hash_ctx *ctx); @@ -32,6 +31,8 @@ void git_hash_ctx_cleanup(git_hash_ctx *ctx); # include "hash/hash_generic.h" #endif +int git_hash_global_init(void); + typedef struct { void *data; size_t len; |