aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_socket.c b/tests/test_socket.c
index 118287a0..84f7b35e 100644
--- a/tests/test_socket.c
+++ b/tests/test_socket.c
@@ -31,7 +31,7 @@
#include <libssh/poll.h>
int stop=0;
-struct socket *s;
+ssh_socket s;
static int data_rcv(const void *data, size_t len, void *user){
printf("Received data: '");