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