struct ssh_kbdint_struct
#include <include/libssh/auth.h> struct ssh_kbdint_struct { // fields char** answers; unsigned char* echo; char* instruction; char* name; uint32_t nanswers; uint32_t nprompts; char** prompts; };
#include <include/libssh/auth.h> struct ssh_kbdint_struct { // fields char** answers; unsigned char* echo; char* instruction; char* name; uint32_t nanswers; uint32_t nprompts; char** prompts; };