summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/or/routerlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 4ff3659da4..0df2f7f578 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -113,7 +113,7 @@ static int have_warned_about_new_version = 0;
/** Return the number of directory authorities whose type matches some bit set
* in <b>type</b> */
-INLINE int
+int
get_n_authorities(authority_type_t type)
{
int n = 0;