minix/commands/ftpd200/access.h
2005-06-17 13:00:04 +00:00

13 lines
271 B
C

/* ftpd.h
*
* This file is part of ftpd.
*
*
* 01/25/96 Initial Release Michael Temari, <Michael@TemWare.Com>
*/
_PROTOTYPE(int ChkLoggedIn, (void));
_PROTOTYPE(int doUSER, (char *buff));
_PROTOTYPE(int doPASS, (char *buff));
_PROTOTYPE(int doQUIT, (char *buff));