Move to kernel style SPDX license identifiers
[babeltrace.git] / src / string-format / format-plugin-comp-cls-name.h
1 /*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright (C) 2019 EfficiOS, Inc.
5 */
6
7 #ifndef _BABELTRACE_STRING_FORMAT_FORMAT_PLUGIN_COMP_CLS_NAME_H
8 #define _BABELTRACE_STRING_FORMAT_FORMAT_PLUGIN_COMP_CLS_NAME_H
9
10 #include <babeltrace2/babeltrace.h>
11 #include <common/common.h>
12 #include <common/macros.h>
13 #include <glib.h>
14
15 BT_HIDDEN
16 gchar *format_plugin_comp_cls_opt(const char *plugin_name,
17 const char *comp_cls_name, bt_component_class_type type,
18 enum bt_common_color_when use_colors);
19
20 #endif /* _BABELTRACE_STRING_FORMAT_FORMAT_PLUGIN_COMP_CLS_NAME_H */
This page took 0.030625 seconds and 5 git commands to generate.