mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-05 21:00:33 +09:00
API: Bump SO version to 4.10.0
Signed-off-by: Sahana Prasad <sahana@redhat.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@redhat.com>
This commit is contained in:
@@ -459,18 +459,25 @@ LIBSSH_4_9_0 # Released
|
||||
ssh_vlog;
|
||||
} LIBSSH_4_8_1;
|
||||
|
||||
LIBSSH_AFTER_4_9_0
|
||||
LIBSSH_4_10_0 # Released
|
||||
{
|
||||
global:
|
||||
sftp_channel_default_data_callback;
|
||||
sftp_channel_default_subsystem_request;
|
||||
sftp_aio_begin_read;
|
||||
sftp_aio_begin_write;
|
||||
sftp_aio_free;
|
||||
sftp_aio_wait_read;
|
||||
sftp_aio_wait_write;
|
||||
sftp_channel_default_data_callback;
|
||||
sftp_channel_default_subsystem_request;
|
||||
sftp_expand_path;
|
||||
sftp_hardlink;
|
||||
sftp_home_directory;
|
||||
sftp_limits;
|
||||
sftp_limits_free;
|
||||
sftp_lsetstat;
|
||||
ssh_channel_get_exit_state;
|
||||
ssh_channel_request_pty_size_modes;
|
||||
ssh_pki_export_privkey_base64_format;
|
||||
ssh_pki_export_privkey_file_format;
|
||||
ssh_channel_request_pty_size_modes;
|
||||
ssh_request_no_more_sessions;
|
||||
} LIBSSH_4_9_0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user