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