From b6f3ca6712d82b3c458daf0459a7fc29a05411f9 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Thu, 15 Dec 2011 21:51:06 -0800 Subject: [PATCH] add heim_show, sort lines --- base/version-script.map | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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: *; };