Always send the entire buffer in mtwrite.
[ashd.git] / lib / mtio.h
CommitLineData
83723896
FT
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);
e1cdf02e 9FILE *mtstdopen(int fd, int issock, int timeout, char *mode);
83723896
FT
10
11#endif