22 lines
436 B
Plaintext
22 lines
436 B
Plaintext
VERS_3.0{
|
|
global:
|
|
extern "C" {
|
|
*MAAT_FRAME_VERSION_*;
|
|
maat_options*;
|
|
maat_new;
|
|
maat_free;
|
|
maat_get_table_id;
|
|
maat_table*;
|
|
maat_compile_table*;
|
|
maat_plugin_table*;
|
|
maat_ip_plugin_table*;
|
|
maat_fqdn_plugin_table*;
|
|
maat_bool_plugin_table*;
|
|
maat_scan*;
|
|
maat_state_*;
|
|
maat_helper*;
|
|
maat_stream_*;
|
|
maat_cmd_*;
|
|
};
|
|
local: *;
|
|
}; |