blob: 4028108621f4cba0c4f68be84bcb4094a467546a (
plain)
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
|
VERS_3.0{
global:
extern "C" {
*MAAT_FRAME_VERSION_*;
maat_options*;
maat_new;
maat_free;
maat_get_table_id;
maat_get_table_schema_tag;
maat_reload_log_level;
maat_table*;
maat_compile_table*;
maat_plugin_table*;
maat_ip_plugin_table*;
maat_ipport_plugin_table*;
maat_fqdn_plugin_table*;
maat_bool_plugin_table*;
maat_scan*;
maat_state_*;
maat_helper*;
maat_stream_*;
maat_cmd_*;
};
local: *;
};
|