1 #ifdef HAVE_CONFIG_H
2 # include <config.h>
3 #endif
4 
5 #include <stdio.h>
6 #include <stdlib.h>
7 #include <stdarg.h>
8 #include <string.h>
9 #include <unistd.h>
10 #include <security/pam_appl.h>
11 
12 extern char *user;
13 extern char *pass;
14 
15 void error(int code, const char *fmt, ...);
16 int pamck_conv(int, const struct pam_message **,
17 	       struct pam_response **, void *);
18