Move to kernel style SPDX license identifiers
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_autodisc.i
1 /*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright (c) 2017 Philippe Proulx <pproulx@efficios.com>
5 */
6
7 bt_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.028864 seconds and 4 git commands to generate.