diff options
Diffstat (limited to 'libsparse/output_file.h')
-rw-r--r-- | libsparse/output_file.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libsparse/output_file.h b/libsparse/output_file.h index cb2feb7..d23abf3 100644 --- a/libsparse/output_file.h +++ b/libsparse/output_file.h @@ -31,6 +31,8 @@ int write_fill_chunk(struct output_file *out, unsigned int len, uint32_t fill_val); int write_file_chunk(struct output_file *out, unsigned int len, const char *file, int64_t offset); +int write_fd_chunk(struct output_file *out, unsigned int len, + int fd, int64_t offset); int write_skip_chunk(struct output_file *out, int64_t len); void close_output_file(struct output_file *out); |