Do minor c code cleanup

bug/bundler_fix
jvazquez-r7 2014-12-24 15:45:38 -06:00
parent 92113a61ce
commit 43ec8871bc
1 changed files with 9 additions and 7 deletions

View File

@ -174,10 +174,12 @@ struct pam_message {
int msg_style; int msg_style;
const char *msg; const char *msg;
}; };
struct pam_response { struct pam_response {
char *resp; char *resp;
int resp_retcode; int resp_retcode;
}; };
struct pam_conv { struct pam_conv {
int (*conv)(int num_msg, const struct pam_message **msg, int (*conv)(int num_msg, const struct pam_message **msg,
struct pam_response **resp, void *appdata_ptr); struct pam_response **resp, void *appdata_ptr);