]> git.saurik.com Git - apple/copyfile.git/blob - copyfile_test/identical_test.h
e4085bdf3cfae79f47b8f533f3aaeacae3b5830f
[apple/copyfile.git] / copyfile_test / identical_test.h
1 //
2 // identical_test.h
3 // copyfile_test
4 //
5
6 #ifndef identical_test_h
7 #define identical_test_h
8
9 #include <stdbool.h>
10 #include <stdlib.h>
11
12 bool do_src_dst_identical_test(const char *apfs_test_directory, size_t block_size);
13
14 #endif /* identical_test_h */