struct ssh_list

#include <include/libssh/misc.h>

struct ssh_list {
    // fields

    struct ssh_iterator* end;
    struct ssh_iterator* root;
};