summaryrefslogtreecommitdiff
path: root/src/version.map
blob: 0a13366e0b94cc0579cba88b84b58038547a39f2 (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_rule_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: *;
};