blob: 7c3b969c8687d6a2c79fa8b0e08e88ecce847286 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* Copyright (c) 2010-2013, The Tor Project, Inc. */
/* See LICENSE for licensing information */
#ifndef TOR_STATUS_H
#define TOR_STATUS_H
int log_heartbeat(time_t now);
#endif
|