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