blob: 28fcd8eea8d774357a2eaa8e52d60d8bcbdc5cd5 (
plain)
1
2
3
4
5
6
7
8
9
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
|