lib: Implemented internal mtio pipes.
[ashd.git] / lib / mtio.h
index 2ea0eb5..2bc21fd 100644 (file)
@@ -10,5 +10,6 @@ int block(int fd, int ev, time_t to);
 int ioloop(void);
 void exitioloop(int status);
 FILE *mtstdopen(int fd, int issock, int timeout, char *mode);
+void mtiopipe(FILE **read, FILE **write);
 
 #endif