summaryrefslogtreecommitdiffstats
path: root/include/libssh/priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/priv.h')
-rw-r--r--include/libssh/priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h
index 68fe69b5..247c4017 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -474,7 +474,7 @@ STRING *agent_sign_data(struct ssh_session *session,
/* socket.c */
struct socket;
-void ssh_socket_init(void);
+int ssh_socket_init(void);
struct socket *ssh_socket_new(SSH_SESSION *session);
void ssh_socket_free(struct socket *s);
void ssh_socket_set_fd(struct socket *s, socket_t fd);