10struct ssh_session_struct;
11struct ssh_channel_struct;
13struct ssh_bind_struct;
14struct ssh_message_struct;
15struct ssh_event_struct;
16struct sftp_session_struct;
17struct sftp_file_struct;
18struct sftp_dir_struct;
20struct ssh_connector_struct;
21struct sftp_aio_struct;
::sftp_session_struct * native_sftp
Definition native_fwd.hpp:31
::ssh_key_struct * native_key
Definition native_fwd.hpp:27
::ssh_bind_struct * native_bind
Definition native_fwd.hpp:28
::ssh_message_struct * native_message
Definition native_fwd.hpp:29
::ssh_event_struct * native_event
Definition native_fwd.hpp:30
::sftp_file_struct * native_sftp_file
Definition native_fwd.hpp:32
::ssh_channel_struct * native_channel
Definition native_fwd.hpp:26
::sftp_aio_struct * native_sftp_aio
Definition native_fwd.hpp:36
::ssh_scp_struct * native_scp
Definition native_fwd.hpp:34
::sftp_dir_struct * native_sftp_dir
Definition native_fwd.hpp:33
::ssh_session_struct * native_session
Definition native_fwd.hpp:25
::ssh_connector_struct * native_connector
Definition native_fwd.hpp:35