Always send the entire buffer in mtwrite.
[ashd.git] / lib / mtio.h
... / ...
CommitLineData
1#ifndef _LIB_MTIO_H
2#define _LIB_MTIO_H
3
4#define EV_READ 1
5#define EV_WRITE 2
6
7int block(int fd, int ev, time_t to);
8void ioloop(void);
9FILE *mtstdopen(int fd, int issock, int timeout, char *mode);
10
11#endif