identical_test.h   [plain text]


//
//  identical_test.h
//  copyfile_test
//

#ifndef identical_test_h
#define identical_test_h

#include <stdbool.h>
#include <stdlib.h>

bool do_src_dst_identical_test(const char *apfs_test_directory, size_t block_size);

#endif /* identical_test_h */