mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-03 17:13:33 +01:00
15 lines
263 B
C
15 lines
263 B
C
/* Copyright (c) 2017-2018, The Tor Project, Inc. */
|
|
/* See LICENSE for licensing information */
|
|
|
|
/**
|
|
* \file trace.h
|
|
* \brief Header for trace.c
|
|
**/
|
|
|
|
#ifndef TOR_TRACE_TRACE_H
|
|
#define TOR_TRACE_TRACE_H
|
|
|
|
void tor_trace_init(void);
|
|
|
|
#endif // TOR_TRACE_TRACE_H
|