trace.h 263 B

1234567891011121314
  1. /* Copyright (c) 2017-2018, The Tor Project, Inc. */
  2. /* See LICENSE for licensing information */
  3. /**
  4. * \file trace.h
  5. * \brief Header for trace.c
  6. **/
  7. #ifndef TOR_TRACE_TRACE_H
  8. #define TOR_TRACE_TRACE_H
  9. void tor_trace_init(void);
  10. #endif // TOR_TRACE_TRACE_H