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:
Sahana Prasad
2024-06-19 14:18:02 +02:00
parent c4d77b9438
commit 894e07aede
10 changed files with 3022 additions and 8 deletions

View File

@@ -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;