Moved htparser's ioloop to the library.
[ashd.git] / lib / mtio.h
1 #ifndef _LIB_MTIO_H
2 #define _LIB_MTIO_H
3
4 #define EV_READ 1
5 #define EV_WRITE 2
6
7 int block(int fd, int ev, time_t to);
8 void ioloop(void);
9
10 #endif