chiark
/
gitweb
/
~mdw
/
qmail
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Debianization for 1.01-2
[qmail]
/
timeoutread.h
1
#ifndef TIMEOUTREAD_H
2
#define TIMEOUTREAD_H
3
4
#define TIMEOUTREAD(s,fd) (((s) << 10) | (fd))
5
6
extern int timeoutread();
7
8
#endif