source: trunk/minix/commands/ftp/other.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 421 bytes
Line 
1/* other.h
2 *
3 * This file is part of ftp.
4 *
5 *
6 * 01/25/96 Initial Release Michael Temari, <temari@ix.netcom.com>
7 */
8
9_PROTOTYPE(void FTPinit, (void));
10_PROTOTYPE(int DOpass, (void));
11_PROTOTYPE(int DOuser, (void));
12_PROTOTYPE(int DOnoop, (void));
13_PROTOTYPE(int DOpassive, (void));
14_PROTOTYPE(int DOsyst, (void));
15_PROTOTYPE(int DOremotehelp, (void));
16_PROTOTYPE(int DOquote, (void));
17_PROTOTYPE(int DOsite, (void));
Note: See TracBrowser for help on using the repository browser.