mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 18:04:25 +09:00
include: Mark ssh_log as depcrecated.
This commit is contained in:
@@ -425,9 +425,9 @@ LIBSSH_API void *ssh_get_log_userdata(void);
|
|||||||
LIBSSH_API int ssh_set_log_userdata(void *data);
|
LIBSSH_API int ssh_set_log_userdata(void *data);
|
||||||
|
|
||||||
/* legacy */
|
/* legacy */
|
||||||
LIBSSH_API void ssh_log(ssh_session session,
|
SSH_DEPRECATED LIBSSH_API void ssh_log(ssh_session session,
|
||||||
int prioriry,
|
int prioriry,
|
||||||
const char *format, ...) PRINTF_ATTRIBUTE(3, 4);
|
const char *format, ...) PRINTF_ATTRIBUTE(3, 4);
|
||||||
|
|
||||||
LIBSSH_API ssh_channel ssh_message_channel_request_open_reply_accept(ssh_message msg);
|
LIBSSH_API ssh_channel ssh_message_channel_request_open_reply_accept(ssh_message msg);
|
||||||
LIBSSH_API int ssh_message_channel_request_reply_success(ssh_message msg);
|
LIBSSH_API int ssh_message_channel_request_reply_success(ssh_message msg);
|
||||||
|
|||||||
Reference in New Issue
Block a user