Dolda2000 GitWeb
/
ashd.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fixed a "Status" header bug in callcgi.
[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
FILE *mtstdopen(int fd, int issock, int timeout, char *mode);
10
11
#endif