mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
11 lines
183 B
C
11 lines
183 B
C
/* Copyright (c) 2010-2012, The Tor Project, Inc. */
|
|
/* See LICENSE for licensing information */
|
|
|
|
#ifndef _TOR_STATUS_H
|
|
#define _TOR_STATUS_H
|
|
|
|
int log_heartbeat(time_t now);
|
|
|
|
#endif
|
|
|