summaryrefslogtreecommitdiff
path: root/src/version.map
blob: a232a3124f03968e1e81eb115834d76d6fbeeb08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
VERS_2.4{
global: 
	extern "C++" {	
		g_*;
		*TSG_MASTER*;
  		*tsg_scan_nesting_addr*;
		*tsg_pull_policy_result*;
		*tsg_*;
		*TLD_*;
	};
  local: *;
};