Move to kernel style SPDX license identifiers
[babeltrace.git] / src / cli / babeltrace2-query.h
1 /*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright 2016-2019 EfficiOS Inc.
5 */
6
7 #ifndef CLI_BABELTRACE_QUERY_H
8 #define CLI_BABELTRACE_QUERY_H
9
10 #include <babeltrace2/babeltrace.h>
11 #include "common/macros.h"
12
13 BT_HIDDEN
14 bt_query_executor_query_status cli_query(const bt_component_class *comp_cls,
15 const char *obj, const bt_value *params,
16 bt_logging_level log_level, const bt_interrupter *interrupter,
17 const bt_value **user_result, const char **fail_reason);
18
19 #endif /* CLI_BABELTRACE_QUERY_H */
This page took 0.028696 seconds and 4 git commands to generate.