source:
trunk/minix/commands/ftp/net.h@
11
Last change on this file since 11 was 9, checked in by , 14 years ago | |
---|---|
File size: 326 bytes |
Rev | Line | |
---|---|---|
[9] | 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.