diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-12-06 22:48:56 +0100 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-12-06 22:48:56 +0100 |
commit | a1e05c62ae73a87a8c52d09c2f31fc7bc2b60d0e (patch) | |
tree | 78b200fdc1644f141f42256333b9feb62e62648a /include/libssh/agent.h | |
parent | 076e884873315131363a4350c538fac6a028da53 (diff) | |
download | libssh-a1e05c62ae73a87a8c52d09c2f31fc7bc2b60d0e.tar.gz libssh-a1e05c62ae73a87a8c52d09c2f31fc7bc2b60d0e.tar.xz libssh-a1e05c62ae73a87a8c52d09c2f31fc7bc2b60d0e.zip |
struct socket -> struct ssh_socket_struct +typedef
Diffstat (limited to 'include/libssh/agent.h')
-rw-r--r-- | include/libssh/agent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/agent.h b/include/libssh/agent.h index fca577d..b620b33 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; }; |