source: trunk/minix/commands/ftpd200/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: 364 bytes
Line 
1/* net.h Copyright 1992-2000 by Michael Temari All Rights Reserved
2 *
3 * This file is part of ftpd.
4 *
5 *
6 * 01/25/96 Initial Release Michael Temari, <Michael@TemWare.Com>
7 */
8
9_PROTOTYPE(int doPASV, (char *buff));
10_PROTOTYPE(int doPORT, (char *buff));
11_PROTOTYPE(int DataConnect, (void));
12_PROTOTYPE(int CleanUpPasv, (void));
13_PROTOTYPE(void GetNetInfo, (void));
Note: See TracBrowser for help on using the repository browser.