lib: add aliases for Babeltrace structure types
[babeltrace.git] / include / babeltrace / graph / notification-event-const.h
index 59d6e8ed69f9618bb906a8403f9d213c715953bb..a9e47dcbe590857208af9da4484be06acafb27d6 100644 (file)
  * SOFTWARE.
  */
 
+/* For bt_notification, bt_event */
+#include <babeltrace/types.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-struct bt_notification;
-struct bt_event;
-
-extern const struct bt_event *bt_notification_event_borrow_event_const(
-               const struct bt_notification *notification);
+extern const bt_event *bt_notification_event_borrow_event_const(
+               const bt_notification *notification);
 
 #ifdef __cplusplus
 }
This page took 0.024227 seconds and 4 git commands to generate.