Move to kernel style SPDX license identifiers
[babeltrace.git] / src / plugins / common / muxing / muxing.h
... / ...
CommitLineData
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
13BT_HIDDEN
14int 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.023248 seconds and 4 git commands to generate.