xref: /freebsd/crypto/heimdal/lib/com_err/version-script.map (revision 8fc257994d0ce2396196d7a06d50d20c8015f4b7)
1# $Id$
2
3HEIMDAL_COM_ERR_1.0 {
4	global:
5		com_right;
6		free_error_table;
7		initialize_error_table_r;
8		add_to_error_table;
9		com_err;
10		com_err_va;
11		error_message;
12		error_table_name;
13		init_error_table;
14		reset_com_err_hook;
15		set_com_err_hook;
16	local:
17		*;
18};
19