Re-format new C++ files
[babeltrace.git] / src / plugins / ctf / common / metadata / ctf-meta-configure-ir-trace.hpp
1 /*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright 2019 Philippe Proulx <pproulx@efficios.com>
5 */
6
7 #ifndef _CTF_META_CONFIGURE_IR_TRACE_H
8 #define _CTF_META_CONFIGURE_IR_TRACE_H
9
10 #include "common/macros.h"
11
12 #include "ctf-meta.hpp"
13
14 BT_HIDDEN
15 int ctf_trace_class_configure_ir_trace(struct ctf_trace_class *tc, bt_trace *ir_trace);
16
17 #endif /* _CTF_META_CONFIGURE_IR_TRACE_H */
This page took 0.0301169999999999 seconds and 4 git commands to generate.