/[mailutils]/mailutils/auth/pam.c
ViewVC logotype

Diff of /mailutils/auth/pam.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by gray, Tue Jul 1 14:58:32 2003 UTC revision 1.9 by gray, Sat Jul 26 11:06:13 2003 UTC
# Line 101  mu_pam_conv (int num_msg, const struct p Line 101  mu_pam_conv (int num_msg, const struct p
101  static struct pam_conv PAM_conversation = { &mu_pam_conv, NULL };  static struct pam_conv PAM_conversation = { &mu_pam_conv, NULL };
102    
103  int  int
104  mu_authenticate_pam (void *ignored_return_data,  mu_authenticate_pam (struct mu_auth_data **return_data ARG_UNUSED,
105                       void *key,                       void *key,
106                       void *ignored_func_data,                       void *func_data ARG_UNUSED,
107                       void *call_data)                       void *call_data)
108  {  {
109    struct mu_auth_data *auth_data = key;    struct mu_auth_data *auth_data = key;
# Line 163  struct argp mu_pam_argp = { Line 163  struct argp mu_pam_argp = {
163  #else  #else
164    
165  int  int
166  mu_authenticate_pam (void *ignored_return_data,  mu_authenticate_pam (struct mu_auth_data **return_data ARG_UNUSED,
167                       void *key,                       void *key ARG_UNUSED,
168                       void *ignored_func_data,                       void *func_data ARG_UNUSED,
169                       void *call_data)                       void *call_data ARG_UNUSED)
170  {  {
171    errno = ENOSYS;    errno = ENOSYS;
172    return 1;    return 1;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26