Files
tor/src/trace/trace.c
T
Alexander Færøy 236cf49670 Add stub function for libor-trace.
OS X's ar(1) doesn't allow us to create an archive with no object files.
This patch adds a stub file with a stub function in it to make OS X
happy again.
2017-04-25 18:02:19 +02:00

12 lines
183 B
C

/* Copyright (c) 2017, The Tor Project, Inc. */
/* See LICENSE for licensing information */
#include "trace.h"
/** Initialize the tracing library. */
void
tor_trace_init(void)
{
}