re-enable munmap().
[minix.git] / commands / httpd0995 / pass.h
blob22a4e1dc8dc6ee84884e65b47950e0298f2d9adc
1 /* pass.h
3 * This file is part of httpd.
5 * 07/07/1996 Initial Release Michael Temari <Michael@TemWare.Com>
6 * 12/29/2002 Initial Release Michael Temari <Michael@TemWare.Com>
8 */
10 _PROTOTYPE(int passfile, (char *pwdfile));
11 _PROTOTYPE(int passuser, (char *pwdfile, char *user));
12 _PROTOTYPE(int passnone, (char *pwdfile, char *user));
13 _PROTOTYPE(int passpass, (char *pwdfile, char *user, char *pass));
14 _PROTOTYPE(int passadd, (char *pwdfile, char *user, char *pass, char *e1, char *e2, char *e3, char *e4));
16 #define PASS_GOOD 0
17 #define PASS_USEREXISTS 1
18 #define PASS_ERROR -1