diff options
author | Roger Dingledine <arma@torproject.org> | 2006-09-09 19:20:27 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-09-09 19:20:27 +0000 |
commit | 9af3175687686841f25cab2fe7e1ade0c66a1ff9 (patch) | |
tree | 1ab79e1904c1597180c5b6f72a025937fe0d3235 /src/common/util.h | |
parent | 5f6351ceb3d518a19fcf0a2927b140a6dc3d1cd3 (diff) | |
download | tor-9af3175687686841f25cab2fe7e1ade0c66a1ff9.tar.gz tor-9af3175687686841f25cab2fe7e1ade0c66a1ff9.zip |
parameterize the loudness of get_interface_address()
svn:r8358
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.h b/src/common/util.h index b5e104beba..a10e107724 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -200,7 +200,7 @@ int addr_mask_get_bits(uint32_t mask); int tor_inet_ntoa(struct in_addr *in, char *buf, size_t buf_len); char *tor_dup_addr(uint32_t addr) ATTR_MALLOC; int is_plausible_address(const char *name); -int get_interface_address(uint32_t *addr); +int get_interface_address(int severity, uint32_t *addr); /* Process helpers */ void start_daemon(void); |