diff options
Diffstat (limited to 'include/libssh/server.h')
-rw-r--r-- | include/libssh/server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/server.h b/include/libssh/server.h index 76a64f0..477f9d7 100644 --- a/include/libssh/server.h +++ b/include/libssh/server.h @@ -80,7 +80,7 @@ void ssh_message_free(SSH_MESSAGE *msg); char *ssh_message_auth_user(SSH_MESSAGE *msg); char *ssh_message_auth_password(SSH_MESSAGE *msg); int ssh_message_auth_reply_success(SSH_MESSAGE *msg,int partial); -void ssh_message_auth_set_methods(SSH_MESSAGE *msg, int methods); +int ssh_message_auth_set_methods(SSH_MESSAGE *msg, int methods); CHANNEL *ssh_message_channel_request_open_reply_accept(SSH_MESSAGE *msg); |