blob: b39a2bbc5ceac5974b5707dbce80a6e49519b818 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* Copyright (c) 2017-2018, The Tor Project, Inc. */
/* See LICENSE for licensing information */
#include "trace/trace.h"
/** Initialize the tracing library. */
void
tor_trace_init(void)
{
}
|