Explorar o código

r13413@catbus: nickm | 2007-06-13 18:44:28 -0400
Non-static inline functions cant talk about static variables.


svn:r10599

Nick Mathewson %!s(int64=18) %!d(string=hai) anos
pai
achega
9a74e881ef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/or/routerlist.c

+ 1 - 1
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;