From f58441f474d9787732a80f07f952b46a08f55954 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sat, 30 Oct 2010 22:38:09 +0200 Subject: Moved declarations from auth.h to various headers --- include/libssh/auth.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/libssh/auth.h') diff --git a/include/libssh/auth.h b/include/libssh/auth.h index a0f80041..343b3091 100644 --- a/include/libssh/auth.h +++ b/include/libssh/auth.h @@ -32,6 +32,15 @@ SSH_PACKET_CALLBACK(ssh_packet_userauth_info_request); #ifdef WITH_SSH1 void ssh_auth1_handler(ssh_session session, uint8_t type); + +/* auth1.c */ +int ssh_userauth1_none(ssh_session session, const char *username); +int ssh_userauth1_offer_pubkey(ssh_session session, const char *username, + int type, ssh_string pubkey); +int ssh_userauth1_password(ssh_session session, const char *username, + const char *password); + + #endif /** @internal -- cgit