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

Move channel_write_stderr to server.c.

This commit is contained in:
Andreas Schneider
2009-07-29 23:21:01 +02:00
parent 1355029ec9
commit bccb9b16a5
5 changed files with 22 additions and 19 deletions

View File

@@ -121,6 +121,8 @@ void ssh_bind_free(SSH_BIND *ssh_bind);
*/
int ssh_accept(SSH_SESSION *session);
int channel_write_stderr(ssh_channel channel, const void *data, uint32_t len);
/* messages.c */
#define SSH_AUTH_REQUEST 1