1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00
This commit is contained in:
Nicolas Viennot 2016-03-28 16:38:42 -04:00
parent 389780495a
commit 849828ef07

View File

@ -264,7 +264,7 @@ extern void tmate_notify_client_left(struct tmate_session *s, struct client *c);
extern void tmate_notify_latency(struct tmate_session *session, struct client *c, int latency_ms); extern void tmate_notify_latency(struct tmate_session *session, struct client *c, int latency_ms);
extern void tmate_send_proxy_daemon_msg(struct tmate_session *session, extern void tmate_send_proxy_daemon_msg(struct tmate_session *session,
struct tmate_unpacker *uk); struct tmate_unpacker *uk);
extern void tmate_send_proxy_header(struct tmate_session *session); extern void tmate_send_proxy_header(struct tmate_session *session);
extern void tmate_init_proxy(struct tmate_session *session, extern void tmate_init_proxy(struct tmate_session *session,
on_proxy_error_cb on_proxy_error); on_proxy_error_cb on_proxy_error);