diff options
-rw-r--r-- | src/pam-x2go-children.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pam-x2go-children.h b/src/pam-x2go-children.h index 1d7ee34..1802ff2 100644 --- a/src/pam-x2go-children.h +++ b/src/pam-x2go-children.h @@ -26,8 +26,8 @@ #define ALL_GOOD_SIGNAL "Ar, ready to authenticate cap'n" void -pam_sm_authenticate_helper (int *stdinpipe, const char* username, const char* rhost, const char* ruser, const char* rsession); +pam_sm_authenticate_helper (int *stdinpipe, const char* username, const char* rhost, const char* ruser, const char* rcommand); int -session_socket_handler (struct passwd * pwdent, int readypipe, const char * ruser, const char * rhost, const char * rsession, const char * password); +session_socket_handler (struct passwd * pwdent, int readypipe, const char * ruser, const char * rhost, const char * rcommand, const char * password); #endif //_PAM_X2GO_CHILDREN_H_ |