aboutsummaryrefslogtreecommitdiff
path: root/src/or/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/status.h')
-rw-r--r--src/or/status.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/status.h b/src/or/status.h
index 7c3b969c8..4a334b156 100644
--- a/src/or/status.h
+++ b/src/or/status.h
@@ -5,6 +5,7 @@
#define TOR_STATUS_H
int log_heartbeat(time_t now);
+void log_accounting(const time_t now, const or_options_t *options);
#endif