From 606e733b197010d4954c1bc169630fe7f480d21e Mon Sep 17 00:00:00 2001 From: Eric House Date: Mon, 6 Feb 2012 06:27:53 -0800 Subject: [PATCH] add _ to typedef to reduce number of etags hits on name. No code change. --- xwords4/common/comms.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/common/comms.h b/xwords4/common/comms.h index 08ef8f134..783723fb2 100644 --- a/xwords4/common/comms.h +++ b/xwords4/common/comms.h @@ -73,7 +73,7 @@ typedef struct XP_BtAddrStr { XP_UCHAR chars[18]; } XP_BtAddrStr; #define MAX_HOSTNAME_LEN 63 #define MAX_PHONE_LEN 31 -typedef struct CommsAddrRec { +typedef struct _CommsAddrRec { CommsConnType conType; union {