]> wimlib.net Git - wimlib/blobdiff - include/wimlib/write.h
Add wimlib_get_compressor_needed_memory()
[wimlib] / include / wimlib / write.h
index 1240c89f35b96f00e4d8470ad7b6d3a53821e24a..3665eea44fdc71be8004d07604dab26021699ef9 100644 (file)
@@ -46,7 +46,7 @@ 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,
-                              struct wimlib_lzx_context **comp_ctx);
+                              u8 *hash,
+                              int write_resource_flags);
 
 #endif /* _WIMLIB_WRITE_H */