mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-04-08 18:35:05 +02:00
5 lines
238 B
C
5 lines
238 B
C
|
|
static void recv_config_state(int fd, struct sshbuf *conf);
|
|
static void recv_rexec_state(int fd, struct sshbuf *conf);
|
|
static void send_config_state(int fd, struct sshbuf *conf);
|
|
static void send_rexec_state(int fd, struct sshbuf *conf); |