Used glibc to provide mt-blocking stdio for fds.
[ashd.git] / lib / mtio.h
index 32bb0ad..0ae9780 100644 (file)
@@ -6,5 +6,6 @@
 
 int block(int fd, int ev, time_t to);
 void ioloop(void);
+FILE *mtstdopen(int fd, int issock, int timeout, char *mode);
 
 #endif