s/qmail  3.3.23
Next generation secure email transport
fd.h
Go to the documentation of this file.
1 #ifndef FD_H
2 #define FD_H
3 
4 int fd_copy(int,int);
5 int fd_move(int,int);
6 
7 #endif
int fd_copy(int, int)
Definition: fd_copy.c:4
int fd_move(int, int)
Definition: fd_move.c:3