lib: add aliases for Babeltrace structure types
[babeltrace.git] / include / babeltrace / plugin / plugin-dev.h
index f41bc1ffbc3452b3085b1591cc6eca0044475d53..ca6e9080606dbe34b88e1fd23f0da86c5a7183e3 100644 (file)
@@ -64,7 +64,7 @@ extern "C" {
 
 /* Plugin initialization function type */
 typedef enum bt_plugin_status (*bt_plugin_init_func)(
-               const struct bt_plugin *plugin);
+               const bt_plugin *plugin);
 
 /* Plugin exit function type */
 typedef enum bt_plugin_status (*bt_plugin_exit_func)(void);
This page took 0.024186 seconds and 4 git commands to generate.