summaryrefslogtreecommitdiffstats
path: root/src/libnetfilter_cthelper.map
blob: 199576b16909ada2c6960d6031072deea58b35b6 (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
25
26
LIBNETFILTER_CTHELPER_1.0 {
global:
  nfct_helper_alloc;
  nfct_helper_free;
  nfct_helper_attr_set;
  nfct_helper_attr_set_str;
  nfct_helper_attr_set_u8;
  nfct_helper_attr_set_u16;
  nfct_helper_attr_set_u32;
  nfct_helper_attr_unset;
  nfct_helper_attr_get;
  nfct_helper_attr_get_str;
  nfct_helper_attr_get_u8;
  nfct_helper_attr_get_u16;
  nfct_helper_attr_get_u32;
  nfct_helper_nlmsg_build_hdr;
  nfct_helper_nlmsg_build_payload;
  nfct_helper_nlmsg_parse_payload;
  nfct_helper_snprintf;

local: *;
};

#LIBNETFILTER_CTHELPER_1.1 {
#  _my_new_func;
#} LIBNETFILTER_CTHELPER_1.0;