summaryrefslogtreecommitdiff
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.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/core/or/status.h b/src/core/or/status.h
index 3467501ebb..271e0dbc9a 100644
--- a/src/core/or/status.h
+++ b/src/core/or/status.h
@@ -1,11 +1,17 @@
-/* Copyright (c) 2010-2019, The Tor Project, Inc. */
+/* Copyright (c) 2010-2020, The Tor Project, Inc. */
/* See LICENSE for licensing information */
+/**
+ * @file status.h
+ * @brief Header for status.c
+ **/
+
#ifndef TOR_STATUS_H
#define TOR_STATUS_H
#include "lib/testsupport/testsupport.h"
+void note_connection(bool inbound, int family);
int log_heartbeat(time_t now);
#ifdef STATUS_PRIVATE
@@ -15,4 +21,3 @@ STATIC char *bytes_to_usage(uint64_t bytes);
#endif
#endif /* !defined(TOR_STATUS_H) */
-