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