]> wimlib.net Git - wimlib/blobdiff - include/wimlib/win32.h
update; add lzms_decompress() stub
[wimlib] / include / wimlib / win32.h
index f1e53fd129800cbe413ff8763bb1e341a4506a0c..f42201272c07eb34ba3a84f4df86cd8239fa38f8 100644 (file)
@@ -15,6 +15,7 @@ extern int
 read_win32_file_prefix(const struct wim_lookup_table_entry *lte,
                       u64 size,
                       consume_data_callback_t cb,
+                      u32 in_chunk_size,
                       void *ctx_or_buf,
                       int _ignored_flags);
 
@@ -22,12 +23,13 @@ extern int
 read_win32_encrypted_file_prefix(const struct wim_lookup_table_entry *lte,
                                 u64 size,
                                 consume_data_callback_t cb,
+                                u32 in_chunk_size,
                                 void *ctx_or_buf,
                                 int _ignored_flags);
 
 
-extern void
-win32_global_init(void);
+extern int
+win32_global_init(int init_flags);
 
 extern void
 win32_global_cleanup(void);
@@ -63,7 +65,6 @@ win32_strerror_r_replacement(int errnum, tchar *buf, size_t buflen);
 extern int
 win32_get_file_and_vol_ids(const wchar_t *path, u64 *ino_ret, u64 *dev_ret);
 
-
 extern ssize_t
 pread(int fd, void *buf, size_t count, off_t offset);