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

HEIMDAL_COM_ERR_1.0 {
	global:
		com_right;
		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;
	local:
		*;
};
OpenPOWER on IntegriCloud