18 lines
		
	
	
		
			352 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			352 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* other.h Copyright 1992-2000 by Michael Temari All Rights Reserved
 | 
						|
 *
 | 
						|
 * This file is part of ftp.
 | 
						|
 *
 | 
						|
 *
 | 
						|
 * 01/25/96 Initial Release	Michael Temari, <Michael@TemWare.Com>
 | 
						|
 */
 | 
						|
 | 
						|
void FTPinit(void);
 | 
						|
int DOpass(void);
 | 
						|
int DOuser(void);
 | 
						|
int DOnoop(void);
 | 
						|
int DOpassive(void);
 | 
						|
int DOsyst(void);
 | 
						|
int DOremotehelp(void);
 | 
						|
int DOquote(void);
 | 
						|
int DOsite(void);
 |