]> git.saurik.com Git - apple/copyfile.git/blob - copyfile_test/stat_test.h
ab5c3c5f79cada14b3fd0b4bf3d3256922baffd4
[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
14 #endif /* stat_test_h */