diff options
Diffstat (limited to 'src/common/compat.h')
-rw-r--r-- | src/common/compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat.h b/src/common/compat.h index d8a9826826..7a00edefec 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -340,7 +340,7 @@ typedef struct tor_addr_t } addr; } tor_addr_t; -/* XXXX020 rename these. */ +/* XXXX021 rename these. */ static INLINE uint32_t IPV4IP(const tor_addr_t *a); static INLINE uint32_t IPV4IPh(const tor_addr_t *a); static INLINE uint32_t IPV4MAPh(const tor_addr_t *a); |