aboutsummaryrefslogtreecommitdiff
path: root/src/or/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/status.h')
-rw-r--r--src/or/status.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/or/status.h b/src/or/status.h
new file mode 100644
index 0000000000..ac726a1d2d
--- /dev/null
+++ b/src/or/status.h
@@ -0,0 +1,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
+