diff options
Diffstat (limited to 'compat/sha1-chunked.h')
-rw-r--r-- | compat/sha1-chunked.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compat/sha1-chunked.h b/compat/sha1-chunked.h new file mode 100644 index 0000000..7b2df28 --- /dev/null +++ b/compat/sha1-chunked.h @@ -0,0 +1,2 @@ + +int git_SHA1_Update_Chunked(platform_SHA_CTX *c, const void *data, size_t len); |