Move to kernel style SPDX license identifiers
[babeltrace.git] / src / python-plugin-provider / python-plugin-provider.h
1 /*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
5 */
6
7 #ifndef BABELTRACE_PLUGIN_PYTHON_PLUGIN_PROVIDER_INTERNAL_H
8 #define BABELTRACE_PLUGIN_PYTHON_PLUGIN_PROVIDER_INTERNAL_H
9
10 #include <babeltrace2/babeltrace.h>
11 #include <stdbool.h>
12
13 extern
14 int bt_plugin_python_create_all_from_file(const char *path,
15 bool fail_on_load_error,
16 struct bt_plugin_set **plugin_set_out);
17
18 #endif /* BABELTRACE_PLUGIN_PYTHON_PLUGIN_PROVIDER_INTERNAL_H */
This page took 0.028766 seconds and 4 git commands to generate.