1 /* net.h Copyright 1992-2000 by Michael Temari All Rights Reserved
3 * This file is part of ftpd.
6 * 01/25/96 Initial Release Michael Temari, <Michael@TemWare.Com>
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));