Fix base/version-script.map to match syntax of other version-script.map files

Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:
Andrew Bartlett
2010-11-11 10:21:20 +11:00
committed by Love Hornquist Astrand
parent f6f4517eda
commit 712c6209f2

View File

@@ -1,20 +1,26 @@
heim_abort
heim_alloc
heim_array_append_value
heim_array_copy_value
heim_array_create
heim_array_delete_value
heim_array_get_length
heim_array_iterate_f
heim_auto_release
heim_auto_release_create
heim_auto_release_drain
heim_base_once_f
heim_dict_add_value
heim_dict_copy_value
heim_dict_create
heim_dict_delete_key
heim_release
heim_retain
heim_string_create
heim_string_get_utf8
HEIMDAL_BASE_1.0 {
global:
heim_abort;
heim_alloc;
heim_array_append_value;
heim_array_copy_value;
heim_array_create;
heim_array_delete_value;
heim_array_get_length;
heim_array_iterate_f;
heim_auto_release;
heim_auto_release_create;
heim_auto_release_drain;
heim_base_once_f;
heim_dict_add_value;
heim_dict_copy_value;
heim_dict_create;
heim_dict_delete_key;
heim_dict_iterate_f;
heim_release;
heim_retain;
heim_string_create;
heim_string_get_utf8;
local:
*;
};