#include <include/libssh/packet.h> struct PACKET { // fields uint32_t len; uint8_t type; int valid; };