mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-28 07:58:08 +01:00
add _ to typedef to reduce number of etags hits on name. No code change.
This commit is contained in:
parent
4deb1d3a77
commit
606e733b19
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue