diff options
Diffstat (limited to 'src/or/hs_common.h')
-rw-r--r-- | src/or/hs_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/hs_common.h b/src/or/hs_common.h index ae9c4e36a5..bda91515b1 100644 --- a/src/or/hs_common.h +++ b/src/or/hs_common.h @@ -144,6 +144,8 @@ uint64_t hs_get_next_time_period_num(time_t now); link_specifier_t *hs_link_specifier_dup(const link_specifier_t *lspec); +int hs_overlap_mode_is_active(const networkstatus_t *consensus, time_t now); + #ifdef HS_COMMON_PRIVATE #ifdef TOR_UNIT_TESTS |