Move to kernel style SPDX license identifiers
[babeltrace.git] / src / plugins / common / muxing / muxing.h
1 /*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright 2019 Francis Deslauriers <francis.deslauriers@efficios.com>
5 */
6
7 #ifndef BABELTRACE_PLUGIN_COMMON_MUXING_H
8 #define BABELTRACE_PLUGIN_COMMON_MUXING_H
9
10 #include <babeltrace2/babeltrace.h>
11 #include "common/macros.h"
12
13 BT_HIDDEN
14 int common_muxing_compare_messages(const bt_message *left_msg,
15 const bt_message *right_msg);
16
17 #endif /* BABELTRACE_PLUGIN_COMMON_MUXING_H */
This page took 0.028749 seconds and 4 git commands to generate.