lib: update copyrights
[babeltrace.git] / include / babeltrace / graph / notification-event.h
index 3bcc6c88284a590bcd435e213e7afd5ce82b7cfd..14b8e56b13c684d73c0408e91d39f66faa368cce 100644 (file)
@@ -2,10 +2,9 @@
 #define BABELTRACE_GRAPH_NOTIFICATION_EVENT_H
 
 /*
+ * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
  * Copyright 2016 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
- * Author: Jérémie Galarneau <jeremie.galarneau@efficios.com>
- *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * in the Software without restriction, including without limitation the rights
 extern "C" {
 #endif
 
-struct bt_notification;
+struct bt_self_notification_iterator;
 struct bt_event;
+struct bt_packet;
+struct bt_event_class;
+
+extern
+struct bt_notification *bt_notification_event_create(
+               struct bt_self_notification_iterator *notification_iterator,
+               struct bt_event_class *event_class,
+               struct bt_packet *packet);
 
-extern const struct bt_event *bt_notification_event_borrow_event(
+extern struct bt_event *bt_notification_event_borrow_event(
                struct bt_notification *notification);
 
 #ifdef __cplusplus
This page took 0.0262 seconds and 4 git commands to generate.