aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-12-20 18:51:37 +0100
committerAris Adamantiadis <aris@0xbadc0de.be>2009-12-20 18:51:37 +0100
commit43288bc4f20948e0b3e3dcd6ebf1141517a0fe22 (patch)
tree735bf751530ea65456d8ec2d9f663e92b38095f5 /include
parent2e22d6ef9931156d837f6747aa9e46943bc51edb (diff)
downloadlibssh-43288bc4f20948e0b3e3dcd6ebf1141517a0fe22.tar.gz
libssh-43288bc4f20948e0b3e3dcd6ebf1141517a0fe22.tar.xz
libssh-43288bc4f20948e0b3e3dcd6ebf1141517a0fe22.zip
added ssh_message_auth_reply_pk_ok_simple
Diffstat (limited to 'include')
-rw-r--r--include/libssh/server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libssh/server.h b/include/libssh/server.h
index 993a1402..2067e164 100644
--- a/include/libssh/server.h
+++ b/include/libssh/server.h
@@ -151,6 +151,8 @@ LIBSSH_API ssh_public_key ssh_message_auth_publickey(ssh_message msg);
LIBSSH_API enum ssh_publickey_state_e ssh_message_auth_publickey_state(ssh_message msg);
LIBSSH_API int ssh_message_auth_reply_success(ssh_message msg,int partial);
LIBSSH_API int ssh_message_auth_reply_pk_ok(ssh_message msg, ssh_string algo, ssh_string pubkey);
+LIBSSH_API int ssh_message_auth_reply_pk_ok_simple(ssh_message msg);
+
LIBSSH_API int ssh_message_auth_set_methods(ssh_message msg, int methods);
LIBSSH_API int ssh_message_service_reply_success(ssh_message msg);