1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-14 04:18:54 +03:00

legacy: Move ssh_private_key and ssh_public_key typedefs.

This commit is contained in:
Andreas Schneider
2011-08-28 14:34:41 +02:00
parent fb4f1412ba
commit a9eb0020b8
3 changed files with 8 additions and 5 deletions

View File

@@ -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);