diff --git a/base/version-script.map b/base/version-script.map index 0dbff7340..80446a5c9 100644 --- a/base/version-script.map +++ b/base/version-script.map @@ -1,5 +1,12 @@ + HEIMDAL_BASE_1.0 { global: + __bsearch_file; + __bsearch_file_close; + __bsearch_file_info; + __bsearch_file_open; + __bsearch_text; + __heim_string_constant; heim_abort; heim_alloc; heim_array_append_value; @@ -34,16 +41,11 @@ HEIMDAL_BASE_1.0 { heim_number_get_type_id; heim_release; heim_retain; - __heim_string_constant; + heim_show; heim_string_create; heim_string_create_with_bytes; heim_string_get_type_id; heim_string_get_utf8; - __bsearch_text; - __bsearch_file_open; - __bsearch_file; - __bsearch_file_info; - __bsearch_file_close; local: *; };