File: tcplay.map

package info (click to toggle)
tcplay 1.1-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 27,372 kB
  • ctags: 463
  • sloc: ansic: 4,087; ruby: 514; makefile: 29; sh: 16
file content (18 lines) | stat: -rw-r--r-- 300 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
global:
	tc_api_init;
	tc_api_uninit;
	tc_api_create_volume;
	tc_api_map_volume;
	tc_api_unmap_volume;
	tc_api_check_cipher;
	tc_api_check_prf_hash;
	tc_api_get_error_msg;
	tc_api_get_summary;
	tc_api_get_state;
	tc_api_info_volume;
	tc_api_info_mapped_volume;
	tc_api_modify_volume;
local:
	*;
};