aboutsummaryrefslogtreecommitdiff
path: root/src/trace/trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/trace/trace.h')
-rw-r--r--src/trace/trace.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/trace/trace.h b/src/trace/trace.h
new file mode 100644
index 0000000000..28fcd8eea8
--- /dev/null
+++ b/src/trace/trace.h
@@ -0,0 +1,10 @@
+/* Copyright (c) 2017, The Tor Project, Inc. */
+/* See LICENSE for licensing information */
+
+#ifndef TOR_TRACE_TRACE_H
+#define TOR_TRACE_TRACE_H
+
+void tor_trace_init(void);
+
+#endif // TOR_TRACE_TRACE_H
+