aboutsummaryrefslogtreecommitdiff
path: root/tests/test_socket.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-12-06 22:48:56 +0100
committerAris Adamantiadis <aris@0xbadc0de.be>2009-12-06 22:48:56 +0100
commita1e05c62ae73a87a8c52d09c2f31fc7bc2b60d0e (patch)
tree78b200fdc1644f141f42256333b9feb62e62648a /tests/test_socket.c
parent076e884873315131363a4350c538fac6a028da53 (diff)
downloadlibssh-a1e05c62ae73a87a8c52d09c2f31fc7bc2b60d0e.tar.gz
libssh-a1e05c62ae73a87a8c52d09c2f31fc7bc2b60d0e.tar.xz
libssh-a1e05c62ae73a87a8c52d09c2f31fc7bc2b60d0e.zip
struct socket -> struct ssh_socket_struct +typedef
Diffstat (limited to 'tests/test_socket.c')
-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 118287a..84f7b35 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: '");