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