Clean-up: Add missing forward declaration
[babeltrace.git] / include / babeltrace / plugin / notification / packet.h
index 2a8281b55471a473e72bf640cc19bc678f3cb45c..dd5bc9099592bcfb13e5fbc4a3cf46c94e0c816b 100644 (file)
@@ -33,6 +33,8 @@
 extern "C" {
 #endif
 
+struct bt_ctf_packet;
+
 /*** BT_NOTIFICATION_TYPE_PACKET_START ***/
 struct bt_notification *bt_notification_packet_start_create(
                struct bt_ctf_packet *packet);
This page took 0.022501 seconds and 4 git commands to generate.