read-cache*.h: move declarations for read-cache.c functions from cache.h
[alt-git.git] / t / helper / test-sha256.c
blobf50f64f1f221acadb2e4ebb2b856a05a1a2810e5
1 #include "test-tool.h"
2 #include "cache.h"
3 #include "hash-ll.h"
5 int cmd__sha256(int ac, const char **av)
7 return cmd_hash_impl(ac, av, GIT_HASH_SHA256);