12 lines
271 B
C
12 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));
|