blob: 2dd51aace1ed789b08f03a827464ce87ee4a13a3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* Copyright (c) 2017-2018, 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
|