lib: add aliases for Babeltrace structure types
[babeltrace.git] / include / babeltrace / graph / notification-packet-const.h
index 9256e3e36e8587516a2700e2900a483ded83fd61..48778a83768b6d5905ab5b52cd9c05bbe18d0811 100644 (file)
  * SOFTWARE.
  */
 
+/* For bt_notification, bt_packet */
+#include <babeltrace/types.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-struct bt_notification;
-struct bt_packet;
-
-extern const struct bt_packet *bt_notification_packet_beginning_borrow_packet_const(
-               const struct bt_notification *notification);
+extern const bt_packet *bt_notification_packet_beginning_borrow_packet_const(
+               const bt_notification *notification);
 
-extern const struct bt_packet *bt_notification_packet_end_borrow_packet_const(
-               const struct bt_notification *notification);
+extern const bt_packet *bt_notification_packet_end_borrow_packet_const(
+               const bt_notification *notification);
 
 #ifdef __cplusplus
 }
This page took 0.024704 seconds and 4 git commands to generate.