source: trunk/minix/commands/ftp/net.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: 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.