source: trunk/minix/commands/ftpd200/access.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: 271 bytes
Line 
1/* ftpd.h
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 ChkLoggedIn, (void));
10_PROTOTYPE(int doUSER, (char *buff));
11_PROTOTYPE(int doPASS, (char *buff));
12_PROTOTYPE(int doQUIT, (char *buff));
Note: See TracBrowser for help on using the repository browser.