summaryrefslogtreecommitdiff
path: root/src/version.map
blob: bfd9ce75f6ddde62d8b505ebc103c488a6324c4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
VERS_2.4{
global: 
	extern "C++" {	
		g_*;
		*TSG_MASTER*;
  		*tsg_scan_nesting_addr*;
		*tsg_pull_policy_result*;
		*tsg_free_gtp_signaling_field;
		*tsg_*;
		*TLD_*;
		*session_runtime_attribute_get*;
		*srt_attribute*;
		*session_runtime_process_context_async*;
		*session_runtime_process_context_get*;
		*srt_process_context_*;
		*session_matched_rules_notify*;
		*session_matched_rules_copy*;
		*session_packet_capture_by_rules_notify*;
		*session_dimension_*;
		*GIT*;
	};
  local: *;
};