X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-event.h;h=563a5fd04e2372f3599e3a5d1d212c71bc01e531;hp=888ab0381366338687f50330ec0271ff36bc87ec;hb=e5be10efe4d5543ba697c7e607ca0a5c33fa3ccb;hpb=70991d9facb103945ab2d25d1c0d6fa5d49136e4 diff --git a/include/babeltrace/graph/notification-event.h b/include/babeltrace/graph/notification-event.h index 888ab038..563a5fd0 100644 --- a/include/babeltrace/graph/notification-event.h +++ b/include/babeltrace/graph/notification-event.h @@ -2,8 +2,6 @@ #define BABELTRACE_GRAPH_NOTIFICATION_EVENT_H /* - * BabelTrace - Plug-in Event Notification - * * Copyright 2016 Jérémie Galarneau * * Author: Jérémie Galarneau @@ -27,22 +25,12 @@ * SOFTWARE. */ -/* For bt_object_get_ref() */ -#include - #ifdef __cplusplus extern "C" { #endif struct bt_notification; -struct bt_private_connection_private_notification_iterator; struct bt_event; -struct bt_event_class; - -extern -struct bt_notification *bt_notification_event_create( - struct bt_private_connection_private_notification_iterator *notification_iterator, - struct bt_event_class *event_class, struct bt_packet *packet); extern struct bt_event *bt_notification_event_borrow_event( struct bt_notification *notification);