summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 35cc304a17..72fa6f80aa 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1324,6 +1324,7 @@ int dns_resolve(connection_t *exitconn);
/********************************* hibernate.c **********************/
+int accounting_is_enabled(or_options_t *options);
void configure_accounting(time_t now);
void accounting_run_housekeeping(time_t now);
void accounting_add_bytes(size_t n_read, size_t n_written, int seconds);