chiark / gitweb /
qmail-valid-addresses: Cope with missing files.
[qmail] / fd.h
CommitLineData
2117e02e
MW
1#ifndef FD_H
2#define FD_H
3
4extern int fd_copy();
5extern int fd_move();
6
7#endif