Upstream qmail 1.01
[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