Plugins are alive!
[babeltrace.git] / include / babeltrace / plugin / notification / notification-internal.h
index 2b5b291bb9432de727b7db931b5da7575aaf70d3..77b6bf13b728b4016e3bb348a75064f3913955ac 100644 (file)
@@ -41,6 +41,11 @@ struct bt_notification {
        enum bt_notification_type type;
 };
 
+BT_HIDDEN
+void bt_notification_init(struct bt_notification *notification,
+               enum bt_notification_type type,
+               bt_object_release_func release);
+
 #ifdef __cplusplus
 }
 #endif
This page took 0.023041 seconds and 4 git commands to generate.