struct error_struct

#include <include/libssh/priv.h>

struct error_struct {
    // fields

    char error_buffer[1024];
    int error_code;
};