status.h 181 B

12345678910
  1. /* Copyright (c) 2010-2012, 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