source: trunk/minix/commands/ftp/local.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: 352 bytes
Line 
1/* local.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(int DOlpwd, (void));
10_PROTOTYPE(int DOlcd, (void));
11_PROTOTYPE(int DOlmkdir, (void));
12_PROTOTYPE(int DOlrmdir, (void));
13_PROTOTYPE(int DOllist, (void));
14_PROTOTYPE(int DOlnlst, (void));
15_PROTOTYPE(int DOlshell, (void));
Note: See TracBrowser for help on using the repository browser.