X-Git-Url: https://unix4lyfe.org/gitweb/darkstat-debian/blobdiff_plain/b6069b5cedf32ffb61978dba984fba393be6038a..53d9d497ad0dcb0c37efb23a5468762355db6512:/acct.h diff --git a/acct.h b/acct.h index 3c2828b..b4edb7f 100644 --- a/acct.h +++ b/acct.h @@ -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: */