Standardize *get_*_count() functions
[babeltrace.git] / include / babeltrace / graph / component-internal.h
index 27b03b09595520b5e19598b0dffcec0473735b8c..ae08b8b7ddfd61f71d4738210691dc787915cf8d 100644 (file)
@@ -106,10 +106,10 @@ void bt_component_set_graph(struct bt_component *component,
                struct bt_graph *graph);
 
 BT_HIDDEN
-uint64_t bt_component_get_input_port_count(struct bt_component *comp);
+int64_t bt_component_get_input_port_count(struct bt_component *comp);
 
 BT_HIDDEN
-uint64_t bt_component_get_output_port_count(struct bt_component *comp);
+int64_t bt_component_get_output_port_count(struct bt_component *comp);
 
 BT_HIDDEN
 struct bt_port *bt_component_get_input_port_at_index(struct bt_component *comp,
This page took 0.023226 seconds and 4 git commands to generate.