status.h 178 B

12345678910
  1. /* Copyright (c) 2010, The Tor Project, Inc. */
  2. /* See LICENSE for licensing information */
  3. #ifndef _TOR_STATUS_H
  4. #define _TOR_STATUS_H
  5. int log_heartbeat(time_t now);
  6. #endif