summaryrefslogtreecommitdiff
path: root/decoders/http/version.map
blob: a64b72944194ec6075aefc6a78061d93be484dbe (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_url_decode;
	};
local: *;
};