Move to kernel style SPDX license identifiers
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_autodisc.i
CommitLineData
f3c9a159 1/*
0235b0db 2 * SPDX-License-Identifier: MIT
f3c9a159
SM
3 *
4 * Copyright (c) 2017 Philippe Proulx <pproulx@efficios.com>
f3c9a159
SM
5 */
6
7bt_value *bt_bt2_auto_discover_source_components(const bt_value *inputs,
8 const bt_plugin_set *plugin_set);
9
10%{
11#include "native_bt_autodisc.i.h"
12%}
This page took 0.040678 seconds and 4 git commands to generate.