1226031SstasHEIMDAL_BASE_1.0 {
2226031Sstas	global:
3226031Sstas		heim_abort;
4226031Sstas		heim_alloc;
5226031Sstas		heim_array_append_value;
6226031Sstas		heim_array_copy_value;
7226031Sstas		heim_array_create;
8226031Sstas		heim_array_delete_value;
9226031Sstas		heim_array_get_length;
10226031Sstas		heim_array_iterate_f;
11226031Sstas		heim_auto_release;
12226031Sstas		heim_auto_release_create;
13226031Sstas		heim_auto_release_drain;
14226031Sstas		heim_base_once_f;
15226031Sstas		heim_cmp;
16226031Sstas		heim_dict_add_value;
17226031Sstas		heim_dict_copy_value;
18226031Sstas		heim_dict_create;
19226031Sstas		heim_dict_delete_key;
20226031Sstas		heim_dict_iterate_f;
21226031Sstas		heim_release;
22226031Sstas		heim_retain;
23226031Sstas		heim_string_create;
24226031Sstas		heim_string_get_utf8;
25226031Sstas		heim_number_create;
26226031Sstas	local:
27226031Sstas		*;
28226031Sstas};
29