summaryrefslogtreecommitdiff
path: root/lib/libcurl.vers.in
blob: 43ae5def7a3f9cb6cebefadcbd1d1c55c7425d59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
HIDDEN
{
	local:
		__*;
		_rest*;
		_save*;
};

CURL_@VERSIONED_FLAVOUR@3
{
	global: curl_*; Curl_*;
	local: *;
};