summaryrefslogtreecommitdiff
path: root/src/version.map
blob: 404c6318168e5712b29d4b1b2414ddd1ee9e3ada (plain)
1
2
3
4
5
6
7
8
9
VERS_3.0{
global: 
	extern "C" {	
		FTP_ONLOAD;
		FTP_UNLOAD;
		ftp_message_*;
	};
  local: *;
};