summaryrefslogtreecommitdiff
path: root/src/version.map
blob: 15d1d95cc03a19e9b21ecef37078d88c5e3743ee (plain)
1
2
3
4
5
6
7
8
9
10
11
VERS_3.0{
global:
	extern "C" {
        http_message_*;
		http_decoder_init;
		http_decoder_exit;
		http_decoder_tcp_stream_msg_cb;
		http_tunnel_message_*;
	};
local: *;
};