From c28efb8cbc2be66ab3e10258b5037f6a8f6ab13f Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sun, 14 Jul 2013 12:44:32 +0200 Subject: include: Mark ssh_log as depcrecated. --- include/libssh/libssh.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/libssh/libssh.h') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index ce21ca4..f2b587a 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -425,9 +425,9 @@ LIBSSH_API void *ssh_get_log_userdata(void); LIBSSH_API int ssh_set_log_userdata(void *data); /* legacy */ -LIBSSH_API void ssh_log(ssh_session session, - int prioriry, - const char *format, ...) PRINTF_ATTRIBUTE(3, 4); +SSH_DEPRECATED LIBSSH_API void ssh_log(ssh_session session, + int prioriry, + const char *format, ...) PRINTF_ATTRIBUTE(3, 4); 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); -- cgit