add heim_show, sort lines

This commit is contained in:
Love Hornquist Astrand
2011-12-15 21:51:06 -08:00
parent 8e1b58e923
commit b6f3ca6712

View File

@@ -1,5 +1,12 @@
HEIMDAL_BASE_1.0 { HEIMDAL_BASE_1.0 {
global: global:
__bsearch_file;
__bsearch_file_close;
__bsearch_file_info;
__bsearch_file_open;
__bsearch_text;
__heim_string_constant;
heim_abort; heim_abort;
heim_alloc; heim_alloc;
heim_array_append_value; heim_array_append_value;
@@ -34,16 +41,11 @@ HEIMDAL_BASE_1.0 {
heim_number_get_type_id; heim_number_get_type_id;
heim_release; heim_release;
heim_retain; heim_retain;
__heim_string_constant; heim_show;
heim_string_create; heim_string_create;
heim_string_create_with_bytes; heim_string_create_with_bytes;
heim_string_get_type_id; heim_string_get_type_id;
heim_string_get_utf8; heim_string_get_utf8;
__bsearch_text;
__bsearch_file_open;
__bsearch_file;
__bsearch_file_info;
__bsearch_file_close;
local: local:
*; *;
}; };