summaryrefslogtreecommitdiff
path: root/decoders/lpi_plus/libprotoident/version.map
blob: 0624251e1cd00bf341aabe5e679fd74e07a4077c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
VERS_2.4{
global:
extern "C" {
         lpi_init_library;
         lpi_free_library;
         lpi_init_data;
         lpi_update_dpkt;
         lpi_guess_protocol;
         lpi_print_category;
	    GIT_VERSION_*;
};

local: *;
};