diff options
Diffstat (limited to 'src/or/entrynodes.h')
-rw-r--r-- | src/or/entrynodes.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/or/entrynodes.h b/src/or/entrynodes.h index cbc3f89cb4..21dab6ea18 100644 --- a/src/or/entrynodes.h +++ b/src/or/entrynodes.h @@ -563,10 +563,6 @@ void remove_all_entry_guards_for_guard_selection(guard_selection_t *gs); void remove_all_entry_guards(void); struct bridge_info_t; -// XXXX prop271 should this be a public API? -entry_guard_t *entry_guard_add_bridge_to_sample( - const struct bridge_info_t *bridge); - void entry_guard_learned_bridge_identity(const tor_addr_port_t *addrport, const uint8_t *rsa_id_digest); |