aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/session.h')
-rw-r--r--include/libssh/session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/session.h b/include/libssh/session.h
index cea2f739..09ed655d 100644
--- a/include/libssh/session.h
+++ b/include/libssh/session.h
@@ -41,7 +41,7 @@ enum ssh_session_state_e {
struct ssh_session_struct {
struct error_struct error;
- struct socket *socket;
+ struct ssh_socket_struct *socket;
char *serverbanner;
char *clientbanner;
int protoversion;