]> git.saurik.com Git - apple/copyfile.git/blame - copyfile_test/readonly_fd_test.h
copyfile-173.40.2.tar.gz
[apple/copyfile.git] / copyfile_test / readonly_fd_test.h
CommitLineData
85b8a2cb
A
1//
2// Copyright (c) 2020 Apple Inc. All rights reserved.
3//
4
5#ifndef readonly_fd_test_h
6#define readonly_fd_test_h
7
8#include <stdbool.h>
9#include <stddef.h>
10
11bool do_readonly_fd_test(const char *apfs_test_directory, size_t block_size);
12
13#endif /* readonly_fd_test_h */