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