htparser: Make plexwatch shut up a bit.
[ashd.git] / lib / mtio.h
index 874eec69fe01509551c8ecccb0382af691b979b5..2ea0eb557c8340566619ae8180376c9502397fa1 100644 (file)
@@ -7,7 +7,8 @@
 #define EV_WRITE 2
 
 int block(int fd, int ev, time_t to);
-void ioloop(void);
+int ioloop(void);
+void exitioloop(int status);
 FILE *mtstdopen(int fd, int issock, int timeout, char *mode);
 
 #endif