cpp-common/bt2c/fmt.hpp: use `wise_enum::string_type` in `EnableIfIsWiseEnum` definition
[babeltrace.git] / src / lib / graph / component-filter.h
1 /*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
5 * Copyright 2016 Jérémie Galarneau <jeremie.galarneau@efficios.com>
6 */
7
8 #ifndef BABELTRACE_GRAPH_COMPONENT_FILTER_INTERNAL_H
9 #define BABELTRACE_GRAPH_COMPONENT_FILTER_INTERNAL_H
10
11 #include <babeltrace2/graph/component.h>
12
13 #include "component.h"
14
15 struct bt_component_filter {
16 struct bt_component parent;
17 };
18
19 struct bt_component *bt_component_filter_create(void);
20
21 #endif /* BABELTRACE_GRAPH_COMPONENT_FILTER_INTERNAL_H */
This page took 0.030142 seconds and 4 git commands to generate.