summaryrefslogtreecommitdiffstats
path: root/src/libnetfilter_cttimeout.map
blob: 1c854cc05ab4b260243ff2b444ca5f4699da8efe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
LIBNETFILTER_CTTIMEOUT_1.0 {
global:
  nfct_timeout_alloc;
  nfct_timeout_free;
  nfct_timeout_attr_set;
  nfct_timeout_attr_set_u8;
  nfct_timeout_attr_set_u16;
  nfct_timeout_attr_unset;
  nfct_timeout_policy_attr_set_u32;
  nfct_timeout_policy_unset;
  nfct_timeout_policy_attr_to_name;
  nfct_timeout_nlmsg_build_hdr;
  nfct_timeout_nlmsg_build_payload;
  nfct_timeout_nlmsg_parse_payload;
  /* nfct_timeout_snprintf prototype was modified, new version in 1.1.
     I decided not to keep the old symbol compatibility. See git log
     for more information. */

local: *;
};

LIBNETFILTER_CTTIMEOUT_1.1 {
  nfct_timeout_snprintf;
} LIBNETFILTER_CTTIMEOUT_1.0;