include/babeltrace/graph: fix some include guards
[babeltrace.git] / include / babeltrace / graph / component-source-internal.h
index fde158453504edf7ad225a0a59e4f82b7a562386..37e6d934d5c238b7123c1a5742552b911fdd5a04 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_COMPONENT_SOURCE_INTERNAL_H
-#define BABELTRACE_COMPONENT_SOURCE_INTERNAL_H
+#ifndef BABELTRACE_GRAPH_COMPONENT_SOURCE_INTERNAL_H
+#define BABELTRACE_GRAPH_COMPONENT_SOURCE_INTERNAL_H
 
 /*
  * BabelTrace - Source Component internal
@@ -46,9 +46,9 @@ struct bt_component_source {
  */
 BT_HIDDEN
 struct bt_component *bt_component_source_create(
-               struct bt_component_class *class, struct bt_value *params);
+               struct bt_component_class *class);
 
 BT_HIDDEN
 void bt_component_source_destroy(struct bt_component *component);
 
-#endif /* BABELTRACE_COMPONENT_SOURCE_INTERNAL_H */
+#endif /* BABELTRACE_GRAPH_COMPONENT_SOURCE_INTERNAL_H */
This page took 0.022964 seconds and 4 git commands to generate.