X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Ffile_io.h;h=61ae78b9e270aee622376346a68e0eff7ad18af0;hp=34c9d40b2bdd268e0bc63d0056613eada6d5ace7;hb=90f1e04a2a143876a4413577b25db60b5ba0fe97;hpb=f18b7fc3361c4daac0ddd104af65a8eff8466fec diff --git a/include/wimlib/file_io.h b/include/wimlib/file_io.h index 34c9d40b..61ae78b9 100644 --- a/include/wimlib/file_io.h +++ b/include/wimlib/file_io.h @@ -26,12 +26,6 @@ full_write(struct filedes *fd, const void *buf, size_t n); extern int full_pwrite(struct filedes *fd, const void *buf, size_t count, off_t offset); -extern ssize_t -raw_pread(struct filedes *fd, void *buf, size_t nbyte, off_t offset); - -extern ssize_t -raw_pwrite(struct filedes *fd, const void *buf, size_t count, off_t offset); - #ifndef __WIN32__ # define O_BINARY 0 #endif