summaryrefslogtreecommitdiffstats
path: root/src/libnetfilter_acct.map
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnetfilter_acct.map')
-rw-r--r--src/libnetfilter_acct.map10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/libnetfilter_acct.map b/src/libnetfilter_acct.map
index 2a56eba..e71a6b3 100644
--- a/src/libnetfilter_acct.map
+++ b/src/libnetfilter_acct.map
@@ -12,11 +12,13 @@ global:
nfacct_nlmsg_build_hdr;
nfacct_nlmsg_build_payload;
nfacct_nlmsg_parse_payload;
- nfacct_snprintf;
+ /* nfacct_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_ACCT_1.1 {
-# _my_new_func;
-#} LIBNETFILTER_ACCT_1.0;
+LIBNETFILTER_ACCT_1.1 {
+ nfacct_snprintf;
+} LIBNETFILTER_ACCT_1.0;