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/agent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libssh/agent.h') diff --git a/include/libssh/agent.h b/include/libssh/agent.h index fca577d1..b620b332 100644 --- a/include/libssh/agent.h +++ b/include/libssh/agent.h @@ -48,7 +48,7 @@ #define SSH_AGENT_OLD_SIGNATURE 0x01 struct ssh_agent_struct { - struct socket *sock; + struct ssh_socket_struct *sock; ssh_buffer ident; unsigned int count; }; -- cgit