addrcheck: Take the domain as following the last `@', not the first.
[qmail] / readwrite.h
CommitLineData
2117e02e
MW
1#ifndef READWRITE_H
2#define READWRITE_H
3
4extern int read();
5extern int write();
6
7#endif