24 #include "libssh/priv.h" 25 #include "libssh/session.h" 27 struct ssh_bind_struct {
28 struct ssh_common_struct common;
30 void *bind_callbacks_userdata;
32 struct ssh_poll_handle_struct *poll;
34 char *wanted_methods[10];
44 unsigned int bindport;
49 struct ssh_poll_handle_struct *ssh_bind_get_poll(
struct ssh_bind_struct
These are the callbacks exported by the ssh_bind structure.
Definition: server.h:68