summaryrefslogtreecommitdiffstats
path: root/libsparse/output_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsparse/output_file.h')
-rw-r--r--libsparse/output_file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsparse/output_file.h b/libsparse/output_file.h
index d23abf3..b86528b 100644
--- a/libsparse/output_file.h
+++ b/libsparse/output_file.h
@@ -36,4 +36,6 @@ int write_fd_chunk(struct output_file *out, unsigned int len,
int write_skip_chunk(struct output_file *out, int64_t len);
void close_output_file(struct output_file *out);
+int read_all(int fd, void *buf, size_t len);
+
#endif