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