summaryrefslogtreecommitdiff
path: root/src/or/entrynodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/entrynodes.h')
-rw-r--r--src/or/entrynodes.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/or/entrynodes.h b/src/or/entrynodes.h
index f74ccd97f4..d049a88cda 100644
--- a/src/or/entrynodes.h
+++ b/src/or/entrynodes.h
@@ -572,9 +572,8 @@ int getinfo_helper_entry_guards(control_connection_t *conn,
int entries_known_but_down(const or_options_t *options);
void entries_retry_all(const or_options_t *options);
-int guard_selection_have_enough_dir_info_to_build_circuits(
- guard_selection_t *gs);
-int entry_guards_have_enough_dir_info_to_build_circuits(void);
+char *entry_guards_get_dir_info_status_str(void);
+char *guard_selection_get_dir_info_status_str(guard_selection_t *gs);
void entry_guards_free_all(void);