minix/commands/ftpd200/access.h

13 lines
271 B
C
Raw Normal View History

/* 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));