Added lance entry to drivers.conf.
[minix3-old.git] / commands / ftpd200 / access.h
blobf2f446289c9bb7744981d2e288054a3506809d40
1 /* ftpd.h
3 * This file is part of ftpd.
6 * 01/25/96 Initial Release Michael Temari, <Michael@TemWare.Com>
7 */
9 _PROTOTYPE(int ChkLoggedIn, (void));
10 _PROTOTYPE(int doUSER, (char *buff));
11 _PROTOTYPE(int doPASS, (char *buff));
12 _PROTOTYPE(int doQUIT, (char *buff));