summaryrefslogtreecommitdiffstats
path: root/contrib/com_err/version-script.map
blob: 8da2fef6dd4d41d368a0c09399dadfdc428007c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $Id$

HEIMDAL_COM_ERR_1.0 {
	global:
		com_right;
		com_right_r;
		free_error_table;
		initialize_error_table_r;
		add_to_error_table;
		com_err;
		com_err_va;
		error_message;
		error_table_name;
		init_error_table;
		reset_com_err_hook;
		set_com_err_hook;
		_et_list;
	local:
		*;
};
OpenPOWER on IntegriCloud