opendir change: refinement
[minix.git] / commands / ftp101 / xfer.h
blobbab5493090b8aac0b83bbdc433809ff3e814a9b5
1 /* xfer.h Copyright 1992-2000 by Michael Temari All Rights Reserved
3 * This file is part of ftp.
5 */
7 int recvfile(int fd, int fdin);
8 int sendfile(int fd, int fdout);