tor/src/or/status.h

11 lines
181 B
C

/* 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