summaryrefslogtreecommitdiffstats
path: root/include/libnetfilter_acct/libnetfilter_acct.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2011-12-14 11:05:41 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2011-12-14 11:05:41 +0100
commite6bf11428303c18c681603fd5030d724296955cf (patch)
tree5fbd0a45187956082b1864eebb97246259722ce9 /include/libnetfilter_acct/libnetfilter_acct.h
parent3cd120b6301bdd23f22a4ee066173ed78e3bfef3 (diff)
extend nfacct_list to allow to zero counters
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);