From 849828ef078232d5e2c4ca52eb06be75e2c935c4 Mon Sep 17 00:00:00 2001 From: Nicolas Viennot Date: Mon, 28 Mar 2016 16:38:42 -0400 Subject: [PATCH] nits --- tmate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmate.h b/tmate.h index 16681255..7975b30b 100644 --- a/tmate.h +++ b/tmate.h @@ -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_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_init_proxy(struct tmate_session *session, on_proxy_error_cb on_proxy_error);