chiark / gitweb /
qmail-send: Add message-id to bounce messages.
[qmail] / tcpto.h
1 #ifndef TCPTO_H
2 #define TCPTO_H
3
4 extern int tcpto();
5 extern void tcpto_err();
6 extern void tcpto_clean();
7
8 #endif