aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/or/status.h')
-rw-r--r--src/core/or/status.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/or/status.h b/src/core/or/status.h
index 927df9a192..57e28002fc 100644
--- a/src/core/or/status.h
+++ b/src/core/or/status.h
@@ -12,6 +12,9 @@
#include "lib/testsupport/testsupport.h"
void note_connection(bool inbound, int family);
+void note_circ_closed_for_unrecognized_cells(time_t n_seconds,
+ uint32_t n_cells);
+
int log_heartbeat(time_t now);
#ifdef STATUS_PRIVATE