mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
236cf49670
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.
11 lines
203 B
C
11 lines
203 B
C
/* Copyright (c) 2017, The Tor Project, Inc. */
|
|
/* See LICENSE for licensing information */
|
|
|
|
#ifndef TOR_TRACE_TRACE_H
|
|
#define TOR_TRACE_TRACE_H
|
|
|
|
void tor_trace_init(void);
|
|
|
|
#endif // TOR_TRACE_TRACE_H
|
|
|