]>
Commit | Line | Data |
---|---|---|
23896e53 A |
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); | |
62b275d9 | 13 | bool do_preserve_dst_tracked_test(const char *test_directory, size_t block_size); |
23896e53 A |
14 | |
15 | #endif /* stat_test_h */ |