source: trunk/minix/commands/ftpd200/file.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: 1.1 KB
Line 
1/* file.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 doALLO, (char *buff));
10_PROTOTYPE(int doAPPE, (char *buff));
11_PROTOTYPE(int doCDUP, (char *buff));
12_PROTOTYPE(int doCWD, (char *buff));
13_PROTOTYPE(int doDELE, (char *buff));
14_PROTOTYPE(int doLIST, (char *buff));
15_PROTOTYPE(int doMDTM, (char *buff));
16_PROTOTYPE(int doMODE, (char *buff));
17_PROTOTYPE(int doMKD, (char *buff));
18_PROTOTYPE(int doNLST, (char *buff));
19_PROTOTYPE(int doPWD, (char *buff));
20_PROTOTYPE(int doREST, (char *buff));
21_PROTOTYPE(int doRETR, (char *buff));
22_PROTOTYPE(int doRMD, (char *buff));
23_PROTOTYPE(int doRNFR, (char *buff));
24_PROTOTYPE(int doRNTO, (char *buff));
25_PROTOTYPE(int doSITE, (char *buff));
26_PROTOTYPE(int doSIZE, (char *buff));
27_PROTOTYPE(int doSTAT, (char *buff));
28_PROTOTYPE(int doSTOR, (char *buff));
29_PROTOTYPE(int doSTOU, (char *buff));
30_PROTOTYPE(int doSTRU, (char *buff));
31_PROTOTYPE(int doSYST, (char *buff));
32_PROTOTYPE(int doTYPE, (char *buff));
Note: See TracBrowser for help on using the repository browser.