summaryrefslogtreecommitdiff
path: root/src/or/router.c
diff options
context:
space:
mode:
authorrl1987 <rl1987@sdf.lonestar.org>2018-05-10 16:33:08 +0300
committerrl1987 <rl1987@sdf.lonestar.org>2018-05-10 16:33:08 +0300
commit8ad97b7dcf143fc488422f9866613fea3d900119 (patch)
treea020a6c974570326927704de6dff3725a5e17e89 /src/or/router.c
parent36f7d0a940bbe8695d5343fccc1a0560a529883a (diff)
downloadtor-8ad97b7dcf143fc488422f9866613fea3d900119.tar.gz
tor-8ad97b7dcf143fc488422f9866613fea3d900119.zip
Avoid confusion with errno from libc
Diffstat (limited to 'src/or/router.c')
-rw-r--r--src/or/router.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c
index 7bf40d69d0..f88ba37469 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -118,7 +118,7 @@ const char *format_node_description(char *buf,
* of <b>err</b>.
*/
const char *
-routerinfo_errno_to_string(int err)
+routerinfo_err_to_string(int err)
{
switch (err) {
case TOR_ROUTERINFO_ERROR_NO_EXT_ADDR: