diff options
Diffstat (limited to 'libssh/messages.c')
-rw-r--r-- | libssh/messages.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/messages.c b/libssh/messages.c index e5d6c3a..861693c 100644 --- a/libssh/messages.c +++ b/libssh/messages.c @@ -511,7 +511,7 @@ error: * @param want_reply want_reply field from the request * @returns SSH_OK or SSH_ERROR. */ -int message_handle_channel_request(ssh_session session, ssh_channel channel, ssh_buffer packet, +int ssh_message_handle_channel_request(ssh_session session, ssh_channel channel, ssh_buffer packet, const char *request, uint8_t want_reply) { ssh_message msg = NULL; enter_function(); |