diff options
Diffstat (limited to 'src/or/status.h')
-rw-r--r-- | src/or/status.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/status.h b/src/or/status.h index 7c3b969c86..4a334b156d 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 |