Explorar el Código

get the function prototype right

svn:r2072
Roger Dingledine hace 21 años
padre
commit
99926813b1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/or/or.h

+ 1 - 1
src/or/or.h

@@ -1197,7 +1197,7 @@ void directory_has_arrived(void);
 int authdir_mode(void);
 int clique_mode(void);
 int server_mode(void);
-advertised_server_mode(void);
+int advertised_server_mode(void);
 int exit_server_mode(void);
 int proxy_mode(void);