Make mp3_seek_next_header() more readable.
[paraslash.git] / fd.h
diff --git a/fd.h b/fd.h
index 6472c137e7d0a86007e2161b0f6691740c9f6fe3..22141be2d79a7451188f0d6986b772368248ff71 100644 (file)
--- a/fd.h
+++ b/fd.h
@@ -6,6 +6,7 @@
 
 /** \file fd.h exported symbols from fd.c */
 
+int write_all(int fd, const char *buf, size_t *len);
 int file_exists(const char *);
 int para_select(int n, fd_set *readfds, fd_set *writefds,
                struct timeval *timeout_tv);