From c91f8b1d251c81dcfc398c9ca2a4d79086212839 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Sat, 28 Jun 2014 02:02:38 -0400 Subject: Add prefixes to enum values and fix style issues --- src/connection.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/connection.h') diff --git a/src/connection.h b/src/connection.h index 338ee964c..b025a4dfc 100644 --- a/src/connection.h +++ b/src/connection.h @@ -120,9 +120,9 @@ public: }; typedef enum MTProtocols { - PRIMARY, - UDP, - MINETEST_RELIABLE_UDP + MTP_PRIMARY, + MTP_UDP, + MTP_MINETEST_RELIABLE_UDP } MTProtocols; #define SEQNUM_MAX 65535 -- cgit v1.2.3