include/babeltrace/graph: fix some include guards
[babeltrace.git] / include / babeltrace / graph / component-sink-internal.h
index 84c37f2a266e9e501eb63c7ca3a55b24b8b1040b..34c899c15ec5bbb94f606ed5ecc028e1a1614786 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_COMPONENT_SINK_INTERNAL_H
-#define BABELTRACE_COMPONENT_SINK_INTERNAL_H
+#ifndef BABELTRACE_GRAPH_COMPONENT_SINK_INTERNAL_H
+#define BABELTRACE_GRAPH_COMPONENT_SINK_INTERNAL_H
 
 /*
  * BabelTrace - Sink Component internal
@@ -49,21 +49,11 @@ struct bt_component_sink {
  */
 BT_HIDDEN
 struct bt_component *bt_component_sink_create(
-               struct bt_component_class *class, struct bt_value *params);
+               struct bt_component_class *class);
 
 BT_HIDDEN
 void bt_component_sink_destroy(struct bt_component *component);
 
-/**
- * Validate a sink component.
- *
- * @param component            Sink component instance to validate
- * @returns                    One of #bt_component_status
- */
-BT_HIDDEN
-enum bt_component_status bt_component_sink_validate(
-               struct bt_component *component);
-
 /**
  * Process one event, consuming from sources as needed.
  *
@@ -74,4 +64,4 @@ BT_HIDDEN
 enum bt_component_status bt_component_sink_consume(
                struct bt_component *component);
 
-#endif /* BABELTRACE_COMPONENT_SINK_INTERNAL_H */
+#endif /* BABELTRACE_GRAPH_COMPONENT_SINK_INTERNAL_H */
This page took 0.038539 seconds and 4 git commands to generate.