trace.c 183 B

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