summaryrefslogtreecommitdiff
path: root/src/http_global.map
blob: 02f05e6c6b6dec17946556866d5a5085cd9471de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{  
global:  
	HTTP_INIT;
	HTTP_ENTRY;
	HTTP_DESTROY;
	HTTP_FLAG_CHANGE;
	HTTP_PROT_FUNSTAT;
	HTTP_GETPLUGID;
	http_line2region;
	http_line2value;
	http_region2proto_flag;
	http_proto_flag2region;
	http_get_method;
	http_url_decode;
	is_absolute_uri;
	http_host_parser;
local: *;  
};