lib: add aliases for Babeltrace structure types
[babeltrace.git] / include / babeltrace / graph / notification-iterator.h
index 48f9316f15272cfc755e3ac04b65aaa6cc6df851..bd58398cf61d90672448182420cd47c550e80c08 100644 (file)
  * SOFTWARE.
  */
 
+/* For bt_notification, bt_notification_iterator */
+#include <babeltrace/types.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-struct bt_notification;
-struct bt_notification_iterator;
-
 enum bt_notification_iterator_status {
        BT_NOTIFICATION_ITERATOR_STATUS_OK = 0,
        BT_NOTIFICATION_ITERATOR_STATUS_END = 1,
This page took 0.0234 seconds and 4 git commands to generate.