struct socket -> struct ssh_socket_struct +typedef

This commit is contained in:
Aris Adamantiadis
2009-12-06 22:48:56 +01:00
parent 076e884873
commit a1e05c62ae
10 changed files with 81 additions and 79 deletions

View File

@@ -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;
};