Dolda2000 GitWeb
/
ashd.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Use libmagic for sendfile.
[ashd.git]
/
lib
/
mtio.h
Commit
Line
Data
83723896
FT
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);
e1cdf02e
9
FILE *mtstdopen(int fd, int issock, int timeout, char *mode);
83723896
FT
10
11
#endif