aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/server.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-08-28 14:34:41 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-08-28 14:50:43 +0200
commita9eb0020b872c4436f636a9e1a3ccea2bea5c757 (patch)
treed84a1ebe5c709bcf621ad2ded17acffb348ebf4c /include/libssh/server.h
parentfb4f1412ba5d4cff86fb47bc4dd41e8f50d61059 (diff)
downloadlibssh-a9eb0020b872c4436f636a9e1a3ccea2bea5c757.tar.gz
libssh-a9eb0020b872c4436f636a9e1a3ccea2bea5c757.tar.xz
libssh-a9eb0020b872c4436f636a9e1a3ccea2bea5c757.zip
legacy: Move ssh_private_key and ssh_public_key typedefs.
Diffstat (limited to 'include/libssh/server.h')
-rw-r--r--include/libssh/server.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libssh/server.h b/include/libssh/server.h
index 48f0eabd..3e781c38 100644
--- a/include/libssh/server.h
+++ b/include/libssh/server.h
@@ -294,7 +294,6 @@ LIBSSH_API const char *ssh_message_auth_password(ssh_message msg);
*/
LIBSSH_API ssh_key ssh_message_auth_pubkey(ssh_message msg);
-LIBSSH_API ssh_public_key ssh_message_auth_publickey(ssh_message msg);
LIBSSH_API int ssh_message_auth_kbdint_is_response(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);