aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-01-24 22:08:20 +0100
committerAris Adamantiadis <aris@0xbadc0de.be>2010-01-24 22:08:20 +0100
commit8a1d832f80caf73208a4c844108c794d4f85f92d (patch)
treedaabd981a4f275d2ef1ec31b0980c176268c5fa1 /include/libssh
parent758df265822928744ab20cec8e4929236b6b41e9 (diff)
downloadlibssh-8a1d832f80caf73208a4c844108c794d4f85f92d.tar.gz
libssh-8a1d832f80caf73208a4c844108c794d4f85f92d.tar.xz
libssh-8a1d832f80caf73208a4c844108c794d4f85f92d.zip
Removed last calls to packet_read
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/auth.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libssh/auth.h b/include/libssh/auth.h
index 276c6670..8142143c 100644
--- a/include/libssh/auth.h
+++ b/include/libssh/auth.h
@@ -21,6 +21,7 @@
#ifndef AUTH_H_
#define AUTH_H_
+#include "config.h"
#include "libssh/callbacks.h"
SSH_PACKET_CALLBACK(ssh_packet_userauth_banner);
@@ -28,6 +29,9 @@ SSH_PACKET_CALLBACK(ssh_packet_userauth_failure);
SSH_PACKET_CALLBACK(ssh_packet_userauth_success);
SSH_PACKET_CALLBACK(ssh_packet_userauth_pk_ok);
+#ifdef WITH_SSH1
+void ssh_auth1_handler(ssh_session session, uint8_t type);
+#endif
/** @internal
* States of authentication in the client-side. They describe