diff options
Diffstat (limited to 'src/feature/relay/router.h')
-rw-r--r-- | src/feature/relay/router.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/relay/router.h b/src/feature/relay/router.h index ab1f771017..2d9ff3f8f3 100644 --- a/src/feature/relay/router.h +++ b/src/feature/relay/router.h @@ -119,6 +119,7 @@ void router_free_all(void); /* Used only by router.c and test.c */ STATIC void get_platform_str(char *platform, size_t len); STATIC int router_write_fingerprint(int hashed); +STATIC void router_announce_bridge_status_page(void); #endif #endif /* !defined(TOR_ROUTER_H) */ |