summaryrefslogtreecommitdiff
path: root/decoders/lpi_plus/version.map
blob: 179b07f9836a653c6ff7bdc331f9905f21d811a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
VERS_2.4{
global:
extern "C" {
        lpi_plus_init;
        lpi_plus_exit;
        stellar_appid_subscribe;
	GIT_VERSION_*;
};

local: *;
};