struct ssh_buffer_struct
#include <include/libssh/buffer.h> struct ssh_buffer_struct { // fields uint32_t allocated; char* data; uint32_t pos; int secure; uint32_t used; };
#include <include/libssh/buffer.h> struct ssh_buffer_struct { // fields uint32_t allocated; char* data; uint32_t pos; int secure; uint32_t used; };