source:
trunk/minix/commands/ftp/local.h@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
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.