00001 /* ftpd.h 00002 * 00003 * This file is part of ftpd. 00004 * 00005 * 00006 * 01/25/96 Initial Release Michael Temari, <Michael@TemWare.Com> 00007 */ 00008 00009 _PROTOTYPE(int ChkLoggedIn, (void)); 00010 _PROTOTYPE(int doUSER, (char *buff)); 00011 _PROTOTYPE(int doPASS, (char *buff)); 00012 _PROTOTYPE(int doQUIT, (char *buff));
1.4.6