Move to kernel style SPDX license identifiers
[babeltrace.git] / src / cli / babeltrace2-query.h
CommitLineData
3c729b9a 1/*
0235b0db 2 * SPDX-License-Identifier: MIT
3c729b9a 3 *
0235b0db 4 * Copyright 2016-2019 EfficiOS Inc.
3c729b9a
PP
5 */
6
0235b0db
MJ
7#ifndef CLI_BABELTRACE_QUERY_H
8#define CLI_BABELTRACE_QUERY_H
9
3c729b9a
PP
10#include <babeltrace2/babeltrace.h>
11#include "common/macros.h"
12
13BT_HIDDEN
14bt_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.038641 seconds and 4 git commands to generate.