]> wimlib.net Git - wimlib/blobdiff - include/wimlib/write.h
Rewrite of write_stream_list(), and writing packed resources
[wimlib] / include / wimlib / write.h
index 1240c89f35b96f00e4d8470ad7b6d3a53821e24a..9857fc03d7bfdb13f009ab714a94335fc24b5c53 100644 (file)
@@ -46,7 +46,8 @@ write_wim_resource_from_buffer(const void *buf, size_t buf_size,
                               int out_ctype,
                               u32 out_chunk_size,
                               struct wim_reshdr *out_reshdr,
-                              u8 *hash_ret, int write_resource_flags,
+                              u8 *hash,
+                              int write_resource_flags,
                               struct wimlib_lzx_context **comp_ctx);
 
 #endif /* _WIMLIB_WRITE_H */