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