Component creation
[babeltrace.git] / include / babeltrace / plugin / component-internal.h
index c6443e54e96e9f7ed1bb5374fee30135c8e8714d..20ab0bbe748681842c6296a9776a651f49ba6e20 100644 (file)
@@ -54,4 +54,7 @@ enum bt_component_status bt_component_init(struct bt_component *component,
                struct bt_component_class *class, const char *name,
                bt_component_destroy_cb destroy);
 
+BT_HIDDEN
+enum bt_component_type bt_component_get_type(struct bt_component *component);
+
 #endif /* BABELTRACE_PLUGIN_COMPONENT_INTERNAL_H */
This page took 0.022949 seconds and 4 git commands to generate.