minix/commands/ftp101/xfer.h
Ben Gras 6a73e85ad1 retire _PROTOTYPE
. only good for obsolete K&R support
	. also remove a stray ansi.h and the proto cmd
2012-03-25 16:17:10 +02:00

9 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);