struct ssh_timestamp

#include <include/libssh/misc.h>

struct ssh_timestamp {
    // fields

    long seconds;
    long useconds;
};