]> wimlib.net Git - wimlib/blobdiff - include/wimlib/resource.h
Add extract_full_stream_to_fd()
[wimlib] / include / wimlib / resource.h
index 9694259d844082bbcf3ebe0acbeb18aa655a3da1..3b863f4654d66d1146c6070e42cd79810ddc1c1b 100644 (file)
@@ -280,6 +280,10 @@ extern int
 extract_stream_to_fd(struct wim_lookup_table_entry *lte,
                     struct filedes *fd, u64 size);
 
+extern int
+extract_full_stream_to_fd(struct wim_lookup_table_entry *lte,
+                         struct filedes *fd);
+
 extern int
 extract_chunk_to_fd(const void *chunk, size_t size, void *_fd_p);