Files
tor/src/lib/trace/trace.h
T
David Goulet 70f031528d trace: Hook lib/trace as a subsystem
Signed-off-by: David Goulet <dgoulet@torproject.org>
2020-07-08 09:10:08 -04:00

16 lines
314 B
C

/* Copyright (c) 2020, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
* \file trace.h
* \brief Header for trace.c
**/
#ifndef TOR_LIB_TRACE_TRACE_H
#define TOR_LIB_TRACE_TRACE_H
void tor_trace_init(void);
void tor_trace_free_all(void);
#endif /* !defined(TOR_LIB_TRACE_TRACE_H) */