blob: 189ac789e19be8664042e37b447441ca28bf006d (
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
|