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:
@ -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: '");
|
||||
|
Reference in New Issue
Block a user