Fix: add missing void param to bt_clock_class_priority_map_create
[babeltrace.git] / include / babeltrace / graph / component-sink.h
index 96a935c51c7caf581b8970e661897ab05cebf18e..207c6c81280f2775e2c4464046763aa4112522ab 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_COMPONENT_SINK_H
-#define BABELTRACE_COMPONENT_SINK_H
+#ifndef BABELTRACE_GRAPH_COMPONENT_SINK_H
+#define BABELTRACE_GRAPH_COMPONENT_SINK_H
 
 /*
  * BabelTrace - Sink Component Interface
@@ -43,11 +43,9 @@ extern struct bt_port *bt_component_sink_get_input_port_by_name(
                struct bt_component *component, const char *name);
 extern struct bt_port *bt_component_sink_get_input_port_by_index(
                struct bt_component *component, uint64_t index);
-extern struct bt_port *bt_component_sink_get_default_input_port(
-               struct bt_component *component);
 
 #ifdef __cplusplus
 }
 #endif
 
-#endif /* BABELTRACE_COMPONENT_SINK_H */
+#endif /* BABELTRACE_GRAPH_COMPONENT_SINK_H */
This page took 0.025412 seconds and 4 git commands to generate.