fix doxygen comment of the init functions of all audio format handlers.
[paraslash.git] / fd.h
diff --git a/fd.h b/fd.h
index 6cb3cbadd004d623d54ad913df3cae383908ed51..5ae3331f91145ae0ce30b36e476f49d6f4b3abc7 100644 (file)
--- a/fd.h
+++ b/fd.h
@@ -26,3 +26,4 @@ void para_fd_set(int fd, fd_set *fds, int *max_fileno);
 __must_check int para_fread(void *dest, size_t nbytes, size_t nmemb,
                FILE *stream);
 __must_check int para_fgets(char *line, int size, FILE *f);
+int para_fseek(FILE *stream, long offset, int whence);