diff options
Diffstat (limited to 'lib/isc/win32/libisc.def')
-rw-r--r-- | lib/isc/win32/libisc.def | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/isc/win32/libisc.def b/lib/isc/win32/libisc.def index 2f0f53fd..9b642cf4 100644 --- a/lib/isc/win32/libisc.def +++ b/lib/isc/win32/libisc.def @@ -126,6 +126,13 @@ isc_hash_ctxdetach isc_hash_ctxinit isc_hash_destroy isc_hash_init +isc_heap_create +isc_heap_decreased +isc_heap_delete +isc_heap_destroy +isc_heap_element +isc_heap_increased +isc_heap_insert isc_hex_decodestring isc_hex_tobuffer isc_hex_totext @@ -304,6 +311,12 @@ isc_quota_max isc_quota_release isc_quota_reserve isc_quota_soft +isc_radix_create +isc_radix_destroy +isc_radix_insert +isc_radix_process +isc_radix_remove +isc_radix_search isc_random_get isc_random_jitter isc_random_seed @@ -406,6 +419,13 @@ isc_stdio_seek isc_stdio_sync isc_stdio_write isc_stdtime_get +isc_string_append +isc_string_append_truncate +isc_string_copy +isc_string_copy_truncate +isc_string_printf +isc_string_printf_truncate +isc_string_regiondup isc_string_separate isc_string_strlcat isc_string_strlcpy |