add _ to typedef to reduce number of etags hits on name. No code change.

This commit is contained in:
Eric House 2012-02-06 06:27:53 -08:00
parent 4deb1d3a77
commit 606e733b19

View file

@ -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 {