aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/agent.h')
-rw-r--r--include/libssh/agent.h2
1 files changed, 1 insertions, 1 deletions
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;
};