diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-15 23:39:04 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-15 23:39:04 +0000 |
commit | 418c2e1b6b7900a1b0b7974738b66f84485b4c36 (patch) | |
tree | 486fa6acbfd718f4d17f3ff5a5741df77e2f944a /src/common/compat.h | |
parent | 861c79dc5db84ac2ed571673a8d78dfe9ee3785d (diff) | |
download | tor-418c2e1b6b7900a1b0b7974738b66f84485b4c36.tar.gz tor-418c2e1b6b7900a1b0b7974738b66f84485b4c36.zip |
r14181@tombo: nickm | 2008-02-15 16:48:17 -0500
Fix all but 2 DOCDOC items; defer many XXX020s (particularly those where fixing them would fix no bugs at the risk of introducing some bugs).
svn:r13529
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); |