summaryrefslogtreecommitdiffstats
path: root/src/libnetfilter_cthelper.map
blob: 34578de73c85fb1d415c35c3924a818ee0876f8e (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
27
28
29
30
31
32
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;

  nfct_helper_policy_alloc;
  nfct_helper_policy_free;
  nfct_helper_policy_attr_set;
  nfct_helper_policy_attr_set_str;
  nfct_helper_policy_attr_set_u32;

local: *;
};

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