From a1e05c62ae73a87a8c52d09c2f31fc7bc2b60d0e Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sun, 6 Dec 2009 22:48:56 +0100 Subject: struct socket -> struct ssh_socket_struct +typedef --- include/libssh/session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libssh/session.h') 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; -- cgit