]> git.saurik.com Git - apple/copyfile.git/blame - copyfile_test/stat_test.h
copyfile-166.40.1.tar.gz
[apple/copyfile.git] / copyfile_test / stat_test.h
CommitLineData
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
12bool do_preserve_dst_flags_test(const char *test_directory, size_t block_size);
62b275d9 13bool do_preserve_dst_tracked_test(const char *test_directory, size_t block_size);
23896e53
A
14
15#endif /* stat_test_h */