aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-04-09 11:07:31 +0000
committerAndreas Schneider <mail@cynapses.org>2009-04-09 11:07:31 +0000
commit3fab89b22fb1c39865ab6b71ab79d663923e724f (patch)
tree38e97ac946fb1c07fa2093ec9fcdb734ebd4c2e0 /include
parent61bee4c60c15f0db3797c5495dda85c3c8f4cad6 (diff)
downloadlibssh-3fab89b22fb1c39865ab6b71ab79d663923e724f.tar.gz
libssh-3fab89b22fb1c39865ab6b71ab79d663923e724f.tar.xz
libssh-3fab89b22fb1c39865ab6b71ab79d663923e724f.zip
Improve ssh_message_auth* functions.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@442 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'include')
-rw-r--r--include/libssh/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/server.h b/include/libssh/server.h
index 76a64f00..477f9d7e 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);