aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/address_sorting/include/address_sorting/address_sorting.h
diff options
context:
space:
mode:
authorGravatar apolcyn <apolcyn@google.com>2018-07-30 13:49:09 -0700
committerGravatar GitHub <noreply@github.com>2018-07-30 13:49:09 -0700
commit8fc60d3f309ed53dddc4fcc911c880951a98e601 (patch)
treeaefb1ac001bdfd555d30512dd8066202fe5fa71b /third_party/address_sorting/include/address_sorting/address_sorting.h
parenta87b1fb3ef9859528f93d7792afaa121453d91c9 (diff)
parent9896c641860a70e41b006a982e44f40bb3f41053 (diff)
Merge pull request #16163 from apolcyn/revert_revert_windows_breakage
Revert "Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort""
Diffstat (limited to 'third_party/address_sorting/include/address_sorting/address_sorting.h')
-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