blob: de49d751c3bda6175ae5731e840cc8474bf9fa88 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* 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
|