// // xattr_test.h // copyfile_test // #ifndef xattr_test_h #define xattr_test_h #include <stdbool.h> bool do_xattr_test(const char *apfs_test_directory, size_t block_size); #endif /* xattr_test_h */