minix/commands/ftp101/xfer.h
2006-06-19 14:55:09 +00:00

9 lines
201 B
C

/* xfer.h Copyright 1992-2000 by Michael Temari All Rights Reserved
*
* This file is part of ftp.
*
*/
_PROTOTYPE(int recvfile, (int fd, int fdin));
_PROTOTYPE(int sendfile, (int fd, int fdout));