freebsd-dev/contrib/com_err/version-script.map

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
289 B
Plaintext
Raw Normal View History

2008-05-07 13:39:42 +00:00
# $Id$
HEIMDAL_COM_ERR_1.0 {
global:
com_right;
2011-10-05 07:23:29 +00:00
com_right_r;
2008-05-07 13:39:42 +00:00
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;
2011-10-05 07:23:29 +00:00
_et_list;
2008-05-07 13:39:42 +00:00
local:
*;
};