doc/api/libbabeltrace2/DoxygenLayout.xml: use `topics` tab
[babeltrace.git] / src / lib / graph / component-sink.h
index 538a28fdae1c167fd7a5c4397a3a79cfc8ddbb69..2c4569c061d3af6f2e5a4a6f20ba4808590019a6 100644 (file)
 
 #include <stdbool.h>
 
-#include "common/macros.h"
 #include "compat/compiler.h"
 #include <babeltrace2/graph/component.h>
 
-#include "component-class.h"
 #include "component.h"
 
 struct bt_component_sink {
@@ -22,11 +20,6 @@ struct bt_component_sink {
        bool graph_is_configured_method_called;
 };
 
-BT_HIDDEN
-struct bt_component *bt_component_sink_create(
-               const struct bt_component_class *class);
-
-BT_HIDDEN
-void bt_component_sink_destroy(struct bt_component *component);
+struct bt_component *bt_component_sink_create(void);
 
 #endif /* BABELTRACE_GRAPH_COMPONENT_SINK_INTERNAL_H */
This page took 0.025233 seconds and 4 git commands to generate.