[go: up one dir, main page]

File: libofetion.map

package info (click to toggle)
libofetion 2.2.2-1.1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 528 kB
  • ctags: 724
  • sloc: ansic: 8,348; xml: 487; makefile: 3
file content (37 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
VERS_1.2.0 {
	 global:
		 fetion_*;
		 generate_*;
		 pg_group_*;
		 fx_*;
		 debug_*;
		 sipc_*;
		 parse_*;
		 tcp_connection_*;
		 unacked*;
		 convert_date;
		 get_currenttime;
		 ssi_auth_action;
		 contruct_message_sip;
     	 local:
     		 *;
};
VERS_1.0.0 {
	 global:
		 fetion_*;
		 generate_*;
		 pg_group_*;
		 fx_*;
		 debug_*;
		 sipc_*;
		 parse_*;
		 tcp_connection_*;
		 unacked*;
		 hash_password*;
		 convert_date;
		 get_currenttime;
		 ssi_auth_action;
		 contruct_message_sip;
     	 local:
     		 *;
};