#include <include/libssh/misc.h> struct ssh_iterator { // fields const void* data; struct ssh_iterator* next; };