9 lines
		
	
	
		
			173 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			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);
 |