]> git.saurik.com Git - apple/copyfile.git/blame_incremental - copyfile_test/identical_test.h
copyfile-173.40.2.tar.gz
[apple/copyfile.git] / copyfile_test / identical_test.h
... / ...
CommitLineData
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
12bool do_src_dst_identical_test(const char *apfs_test_directory, size_t block_size);
13
14#endif /* identical_test_h */