Merge tag 'upstream/3.0.717'
[darkstat-debian] / acct.h
diff --git a/acct.h b/acct.h
index 3c2828b..b4edb7f 100644 (file)
--- a/acct.h
+++ b/acct.h
@@ -7,10 +7,12 @@
 #include <stdint.h>
 
 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: */