This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-maat/src/version.map
2023-07-06 18:58:15 +08:00

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: *;
};