25 #include "libssh/priv.h"
27 struct ssh_bind_struct {
28 struct error_struct error;
30 ssh_callbacks callbacks;
32 void *bind_callbacks_userdata;
34 struct ssh_poll_handle_struct *poll;
36 char *wanted_methods[10];
42 unsigned int bindport;
43 unsigned int log_verbosity;
49 struct ssh_poll_handle_struct *ssh_bind_get_poll(
struct ssh_bind_struct