X-Git-Url: https://unix4lyfe.org/gitweb/darkstat-debian/blobdiff_plain/a1e8056c92203d02860d719abb1d562453896da8..HEAD:/acct.h diff --git a/acct.h b/acct.h index 3c2828b..0a4b261 100644 --- a/acct.h +++ b/acct.h @@ -1,5 +1,5 @@ /* darkstat 3 - * copyright (c) 2001-2011 Emil Mikulic. + * copyright (c) 2001-2012 Emil Mikulic. * * acct.h: traffic accounting */ @@ -7,10 +7,12 @@ #include struct pktsummary; +struct local_ips; extern uint64_t acct_total_packets, acct_total_bytes; void acct_init_localnet(const char *spec); -void acct_for(const struct pktsummary * const sm); +void acct_for(const struct pktsummary * const sm, + const struct local_ips * const local_ips); -/* vim:set ts=3 sw=3 tw=78 expandtab: */ +/* vim:set ts=3 sw=3 tw=80 expandtab: */