c93aa18a436f33619815f552f94cd1eff04377c2
[qmail] / timeoutwrite.h
1 #ifndef TIMEOUTWRITE_H
2 #define TIMEOUTWRITE_H
3
4 #define TIMEOUTWRITE(s,fd) (((s) << 10) | (fd))
5
6 extern int timeoutwrite();
7
8 #endif