summaryrefslogtreecommitdiff
path: root/src/or/entrynodes.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-12-12 19:27:14 -0500
committerNick Mathewson <nickm@torproject.org>2017-12-12 19:27:14 -0500
commit9abef516f609a619b25e8f53a413a2e3df05bde8 (patch)
tree2b80767e1ad490e20e4e2de034145594173b3171 /src/or/entrynodes.h
parent13455c0f1a191824d383339c9efcc3b31ecd8e6f (diff)
parentbf89b089306067cffa4d2ca6b7fa7cd54790a961 (diff)
downloadtor-9abef516f609a619b25e8f53a413a2e3df05bde8.tar.gz
tor-9abef516f609a619b25e8f53a413a2e3df05bde8.zip
Merge branch 'maint-0.3.2'
Diffstat (limited to 'src/or/entrynodes.h')
-rw-r--r--src/or/entrynodes.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/entrynodes.h b/src/or/entrynodes.h
index 21ba706c5b..aa9c8fe193 100644
--- a/src/or/entrynodes.h
+++ b/src/or/entrynodes.h
@@ -386,8 +386,7 @@ void entry_guards_note_internet_connectivity(guard_selection_t *gs);
int update_guard_selection_choice(const or_options_t *options);
-/* Used by bridges.c only. */
-int num_bridges_usable(void);
+MOCK_DECL(int,num_bridges_usable,(int use_maybe_reachable));
#ifdef ENTRYNODES_PRIVATE
/**