source:
trunk/minix/commands/ftp/net.h@
9
| Last change on this file since 9 was 9, checked in by , 15 years ago | |
|---|---|
| File size: 326 bytes | |
| Line | |
|---|---|
| 1 | /* net.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 NETinit, (void)); |
| 10 | _PROTOTYPE(int DOopen, (void)); |
| 11 | _PROTOTYPE(int DOclose, (void)); |
| 12 | _PROTOTYPE(int DOquit, (void)); |
| 13 | _PROTOTYPE(int DOdata, (char *datacom, char *file, int direction, int fd)); |
Note:
See TracBrowser
for help on using the repository browser.