summaryrefslogtreecommitdiffstats
path: root/include/libnetfilter_acct/libnetfilter_acct.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnetfilter_acct/libnetfilter_acct.h')
-rw-r--r--include/libnetfilter_acct/libnetfilter_acct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libnetfilter_acct/libnetfilter_acct.h b/include/libnetfilter_acct/libnetfilter_acct.h
index 5a162b3..f5b0040 100644
--- a/include/libnetfilter_acct/libnetfilter_acct.h
+++ b/include/libnetfilter_acct/libnetfilter_acct.h
@@ -11,7 +11,7 @@ struct nfacct {
};
struct nlmsghdr *nfacct_add(char *buf, struct nfacct *nfacct);
-struct nlmsghdr *nfacct_list(char *buf);
+struct nlmsghdr *nfacct_list(char *buf, bool ctrzero);
int nfacct_list_cb(const struct nlmsghdr *nlh, void *data);
struct nlmsghdr *nfacct_flush(char *buf);
struct nlmsghdr *nfacct_delete(char *buf, const char *filter_name);