diff options
Diffstat (limited to 'src/or/status.h')
-rw-r--r-- | src/or/status.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/or/status.h b/src/or/status.h deleted file mode 100644 index 7258ed5939..0000000000 --- a/src/or/status.h +++ /dev/null @@ -1,18 +0,0 @@ -/* Copyright (c) 2010-2018, The Tor Project, Inc. */ -/* See LICENSE for licensing information */ - -#ifndef TOR_STATUS_H -#define TOR_STATUS_H - -#include "lib/testsupport/testsupport.h" - -int log_heartbeat(time_t now); - -#ifdef STATUS_PRIVATE -STATIC int count_circuits(void); -STATIC char *secs_to_uptime(long secs); -STATIC char *bytes_to_usage(uint64_t bytes); -#endif - -#endif /* !defined(TOR_STATUS_H) */ - |