include/babeltrace/graph: fix some include guards
[babeltrace.git] / include / babeltrace / graph / component-sink-internal.h
index cffb9a9648b23830e11e1c6da3ad24708ab8239f..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,7 +49,7 @@ 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);
@@ -64,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.024467 seconds and 4 git commands to generate.