]> wimlib.net Git - wimlib/blobdiff - src/win32.h
unix_apply.c, unix_capture.c: Add, fix copyright notices
[wimlib] / src / win32.h
index e525ccb4fda35d87a5f46b93133994fdea491cb2..89b385f214a06f07f573c30cf7b17bb126cbb5cc 100644 (file)
@@ -46,8 +46,8 @@ win32_do_apply_dentry(const tchar *output_path,
 extern int
 win32_do_apply_dentry_timestamps(const tchar *output_path,
                                 size_t output_path_nbytes,
-                                const struct wim_dentry *dentry,
-                                const struct apply_args *args);
+                                struct wim_dentry *dentry,
+                                struct apply_args *args);
 
 extern int
 fsync(int fd);
@@ -77,4 +77,13 @@ win32_global_cleanup();
 extern int
 win32_strerror_r_replacement(int errnum, tchar *buf, size_t buflen);
 
+extern ssize_t
+win32_pread(int fd, void *buf, size_t count, off_t offset);
+
+extern ssize_t
+win32_pwrite(int fd, const void *buf, size_t count, off_t offset);
+
+extern ssize_t
+win32_writev(int fd, const struct iovec *iov, int iovcnt);
+
 #endif /* _WIMLIB_WIN32_H */