]> wimlib.net Git - wimlib/blobdiff - include/wimlib/file_io.h
file_io.c: Remove unused full_writev()
[wimlib] / include / wimlib / file_io.h
index 85f293f13a1023e6c21dcf639880b91dbe3353ce..9bc9c36992549ad4cfc5fd0b578d19e4f25e51f6 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <stddef.h>
 #include <sys/types.h>
+#include <stdbool.h>
 
 /* Wrapper around a file descriptor that keeps track of offset (including in
  * pipes, which don't support lseek()) and a cached flag that tells whether the
@@ -40,9 +41,6 @@ struct iovec {
 struct iovec;
 #endif
 
-extern int
-full_writev(struct filedes *fd, struct iovec *iov, int iovcnt);
-
 #ifndef __WIN32__
 #  define O_BINARY 0
 #endif