c1d19a000bb04ab6ea09a150f960e2f2517e9edc
[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