1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-17 06:18:58 +03:00

Add channel_write_stderr prototype to the right header file.

Signed-off-by: Andreas Schneider <mail@cynapses.org>
This commit is contained in:
Andreas Schneider
2009-07-29 16:34:21 +02:00
parent debfd1f3a3
commit 60837b1538
3 changed files with 3 additions and 3 deletions

View File

@@ -174,8 +174,6 @@ char *ssh_message_service_service(SSH_MESSAGE *msg);
void ssh_set_message_callback(SSH_SESSION *session,
int(*ssh_message_callback)(ssh_session session, struct ssh_message *msg));
int channel_write_stderr(ssh_channel channel, const void *data, uint32_t len);
char *ssh_message_channel_request_open_originator(SSH_MESSAGE *msg);
int ssh_message_channel_request_open_originator_port(SSH_MESSAGE *msg);
char *ssh_message_channel_request_open_destination(SSH_MESSAGE *msg);