aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/address_sorting/include
diff options
context:
space:
mode:
authorGravatar Alex Polcyn <apolcyn@google.com>2018-06-16 04:08:55 +0000
committerGravatar Alexander Polcyn <apolcyn@google.com>2018-07-25 13:21:43 -0700
commit1b1d5e52e7aa0ecdd455ad084aa7930ea89bbfd1 (patch)
treeb268e4cc4cd38ebd7554ab8020ed196bba1ba7af /third_party/address_sorting/include
parent3fd42677776ac03b2be4ebaf27e8fb0d4c589ac0 (diff)
Get c-ares to compile and do address sorting on windows
Diffstat (limited to 'third_party/address_sorting/include')
-rw-r--r--third_party/address_sorting/include/address_sorting/address_sorting.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/address_sorting/include/address_sorting/address_sorting.h b/third_party/address_sorting/include/address_sorting/address_sorting.h
index f11cd424b5..c58fafe3f7 100644
--- a/third_party/address_sorting/include/address_sorting/address_sorting.h
+++ b/third_party/address_sorting/include/address_sorting/address_sorting.h
@@ -103,6 +103,9 @@ address_sorting_family address_sorting_abstract_get_family(
void address_sorting_override_source_addr_factory_for_testing(
address_sorting_source_addr_factory* factory);
+bool address_sorting_get_source_addr_for_testing(
+ const address_sorting_address* dest, address_sorting_address* source);
+
#ifdef __cplusplus
}
#endif