aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/kex.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-11-10 14:46:22 +0100
committerAndreas Schneider <asn@cryptomilk.org>2011-11-10 14:46:22 +0100
commitce0324770d6e8b73abc231c8d3016807d04ed0b3 (patch)
tree1da47dc35a32267342fa7b17cb354d714aa1b8c9 /include/libssh/kex.h
parentbc2ab9b41449dee287beeb1417dbd08e119b0536 (diff)
downloadlibssh-ce0324770d6e8b73abc231c8d3016807d04ed0b3.tar.gz
libssh-ce0324770d6e8b73abc231c8d3016807d04ed0b3.tar.xz
libssh-ce0324770d6e8b73abc231c8d3016807d04ed0b3.zip
kex: Fix some build warnings.
Diffstat (limited to 'include/libssh/kex.h')
-rw-r--r--include/libssh/kex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libssh/kex.h b/include/libssh/kex.h
index 693d8006..67a20061 100644
--- a/include/libssh/kex.h
+++ b/include/libssh/kex.h
@@ -37,7 +37,9 @@ SSH_PACKET_CALLBACK(ssh_packet_kexinit);
SSH_PACKET_CALLBACK(ssh_packet_publickey1);
#endif
+extern const char *supported_methods[];
extern const char *ssh_kex_nums[];
+
int ssh_send_kex(ssh_session session, int server_kex);
void ssh_list_kex(ssh_session session, struct ssh_kex_struct *kex);
int set_client_kex(ssh_session session);