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