Small fixes to include/
[deliverable/babeltrace.git] / include / babeltrace / graph / self-component.h
index c11d8e456e8230646125e05898c2af05ded0bc90..65ff2e67de9853d0f3ec567e9ff41c2c310fa64b 100644 (file)
@@ -47,10 +47,10 @@ const bt_component *bt_self_component_as_component(
 }
 
 extern void *bt_self_component_get_data(
-               const bt_self_component *private_component);
+               const bt_self_component *self_component);
 
 extern void bt_self_component_set_data(
-               bt_self_component *private_component, void *data);
+               bt_self_component *self_component, void *data);
 
 #ifdef __cplusplus
 }
This page took 0.0248 seconds and 5 git commands to generate.