diff options
Diffstat (limited to 'src/or/dns.h')
-rw-r--r-- | src/or/dns.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/dns.h b/src/or/dns.h index 64e970a222..c2778b216c 100644 --- a/src/or/dns.h +++ b/src/or/dns.h @@ -51,6 +51,9 @@ set_exitconn_info_from_resolve,(edge_connection_t *exitconn, const cached_resolve_t *resolve, char **hostname_out)); +MOCK_DECL(STATIC int, +launch_resolve,(cached_resolve_t *resolve)); + #endif #endif |