1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-31 00:03:07 +03:00

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

@ -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: '");