6a73e85ad1
. only good for obsolete K&R support . also remove a stray ansi.h and the proto cmd
8 lines
173 B
C
8 lines
173 B
C
/* xfer.h Copyright 1992-2000 by Michael Temari All Rights Reserved
|
|
*
|
|
* This file is part of ftp.
|
|
*
|
|
*/
|
|
|
|
int recvfile(int fd, int fdin);
|
|
int sendfile(int fd, int fdout);
|