openssh-portable/sshd-common.h
2024-07-24 10:25:43 -04:00

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);