router: Add some missing #endif comments

This commit is contained in:
teor 2019-02-19 21:23:27 +10:00
parent 0c0f215822
commit 51f59f213e

View File

@ -134,8 +134,8 @@ STATIC extrainfo_t *router_build_fresh_signed_extrainfo(
STATIC void router_update_routerinfo_from_extrainfo(routerinfo_t *ri,
const extrainfo_t *ei);
STATIC int router_dump_and_sign_routerinfo_descriptor_body(routerinfo_t *ri);
#endif
#endif /* defined(TOR_UNIT_TESTS) */
#endif
#endif /* defined(ROUTER_PRIVATE) */
#endif /* !defined(TOR_ROUTER_H) */