From a6b6a6177562519808b57084b4290f8db555a594 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 9 Aug 2010 21:39:32 +0200 Subject: server: Make ssh_accept a depreacted function to not break the API. --- include/libssh/server.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/libssh') diff --git a/include/libssh/server.h b/include/libssh/server.h index 716494c..1079165 100644 --- a/include/libssh/server.h +++ b/include/libssh/server.h @@ -172,6 +172,9 @@ LIBSSH_API char *ssh_message_channel_request_command(ssh_message msg); LIBSSH_API char *ssh_message_channel_request_subsystem(ssh_message msg); +/* deprecated functions */ +SSH_DEPRECATED LIBSSH_API int ssh_accept(ssh_session session); + #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit