X-Git-Url: https://unix4lyfe.org/gitweb/darkstat/blobdiff_plain/3dc642b750241886493240f1517257efcc82b7ab..0433d6dee4d6aa5d5f10296c06689427d7d4ee04:/acct.h diff --git a/acct.h b/acct.h index c0434ed..f8822a7 100644 --- a/acct.h +++ b/acct.h @@ -8,11 +8,9 @@ struct pktsummary; -extern uint64_t total_packets, total_bytes; +extern uint64_t acct_total_packets, acct_total_bytes; void acct_init_localnet(const char *spec); void acct_for(const struct pktsummary * const sm); -extern unsigned int highest_port; - /* vim:set ts=3 sw=3 tw=78 expandtab: */