summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-kdb/ipa_kdb.exports
blob: 27ce92d2edd741245061a5f4ee9275169440c932 (plain)
1
2
3
4
5
6
7
8
9
10
11
EXPORTED {

	# public symbols
	global:
		kdb_function_table;
		certauth_ipakdb_initvt;

	# everything else is local
	local:
		*;
};