25 #include "libssh/priv.h"
26 #include "libssh/session.h"
28 struct ssh_bind_struct {
29 struct ssh_common_struct common;
31 void *bind_callbacks_userdata;
33 struct ssh_poll_handle_struct *poll;
35 char *wanted_methods[10];
41 unsigned int bindport;
46 struct ssh_poll_handle_struct *ssh_bind_get_poll(
struct ssh_bind_struct