trace.h 203 B

12345678910
  1. /* Copyright (c) 2017, The Tor Project, Inc. */
  2. /* See LICENSE for licensing information */
  3. #ifndef TOR_TRACE_TRACE_H
  4. #define TOR_TRACE_TRACE_H
  5. void tor_trace_init(void);
  6. #endif // TOR_TRACE_TRACE_H