chiark / gitweb /
addrcheck: Take the domain as following the last `@', not the first.
[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