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