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