diff --git a/tmate-protocol.h b/tmate-protocol.h index e27000f1..b44c807a 100644 --- a/tmate-protocol.h +++ b/tmate-protocol.h @@ -4,8 +4,6 @@ /* 17 and not 16 because the sender does not takes into account envelope size */ #define TMATE_MAX_MESSAGE_SIZE (17*1024) -/* TODO document each msg */ - enum tmate_control_out_msg_types { TMATE_CTL_AUTH, TMATE_CTL_DEAMON_OUT_MSG,