hash.h
1.19 KB
-
Each hash implementation should define `git_hash_global_init` · be9a386c
This means the forward declaration isn't necessary. The forward declaration can cause compilation errors as it conflicts with the `GIT_INLINE` declaration (the signatures are different).
Aaron Patterson committed