diff options
| author | Edward Thomson <ethomson@microsoft.com> | 2012-11-13 14:48:10 -0600 |
|---|---|---|
| committer | Edward Thomson <ethomson@microsoft.com> | 2012-11-13 14:48:10 -0600 |
| commit | a8527429dc48ce0f9b63789715ed8eaa9b1abf0d (patch) | |
| tree | 6f6f4ce640989a4f78d8f3ca7d1b39b9ac10ceef /src/hash.h | |
| parent | 7ebefd22e79e92542d68743af933c1a188f4d5a3 (diff) | |
| download | libgit2-a8527429dc48ce0f9b63789715ed8eaa9b1abf0d.tar.gz | |
unload dll / destroy hash ctxs at shutdown
Diffstat (limited to 'src/hash.h')
| -rw-r--r-- | src/hash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hash.h b/src/hash.h index 0e543edbe..127be282f 100644 --- a/src/hash.h +++ b/src/hash.h @@ -13,6 +13,7 @@ typedef struct git_hash_prov git_hash_prov; typedef struct git_hash_ctx git_hash_ctx; int git_hash_global_init(void); +void git_hash_global_shutdown(void); int git_hash_ctx_init(git_hash_ctx *ctx); void git_hash_ctx_cleanup(git_hash_ctx *ctx); |
