diff options
Diffstat (limited to 'src/or/router.c')
-rw-r--r-- | src/or/router.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/router.c b/src/or/router.c index 6815554ea3..fc6c62e07d 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -6,6 +6,8 @@ const char router_c_id[] = "$Id$"; +#define ROUTER_PRIVATE + #include "or.h" /** @@ -16,8 +18,6 @@ const char router_c_id[] = extern long stats_n_seconds_working; -/* Exposed for test.c. */ void get_platform_str(char *platform, size_t len); - /************************************************************/ /***** |