qmail-smtpd: Read list of hosts allowed to relay from control/relayhosts
[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