summaryrefslogtreecommitdiff
path: root/test/debug_plugin/version.map
blob: 5e56b52e9a4b2a539729987d3d4313c4590ed9bf (plain)
1
2
3
4
5
6
7
DEBUG_PLUGIN {
global:
	debug_plugin_init;
	debug_plugin_exit;

local: *;
};