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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user