freeipa/daemons/ipa-kdb/ipa_kdb.exports
Simo Sorce 579a159915 ipa-kdb: add exports file
limit exported symbols only to the ones actually needed by krb5kdc
2011-08-26 08:24:49 -04:00

11 lines
106 B
Plaintext

EXPORTED {
# public symbols
global:
kdb_function_table;
# everything else is local
local:
*;
};