source:
trunk/minix/commands/ftpd200/access.h@
9
| Last change on this file since 9 was 9, checked in by , 15 years ago | |
|---|---|
| File size: 271 bytes | |
| Line | |
|---|---|
| 1 | /* ftpd.h |
| 2 | * |
| 3 | * This file is part of ftpd. |
| 4 | * |
| 5 | * |
| 6 | * 01/25/96 Initial Release Michael Temari, <Michael@TemWare.Com> |
| 7 | */ |
| 8 | |
| 9 | _PROTOTYPE(int ChkLoggedIn, (void)); |
| 10 | _PROTOTYPE(int doUSER, (char *buff)); |
| 11 | _PROTOTYPE(int doPASS, (char *buff)); |
| 12 | _PROTOTYPE(int doQUIT, (char *buff)); |
Note:
See TracBrowser
for help on using the repository browser.