lib: add aliases for Babeltrace structure types
[babeltrace.git] / include / babeltrace / graph / notification-event-const.h
index 30edaf8fec3ecd716e3e47ba6c5436670d31d290..a9e47dcbe590857208af9da4484be06acafb27d6 100644 (file)
@@ -2,10 +2,9 @@
 #define BABELTRACE_GRAPH_NOTIFICATION_EVENT_CONST_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
  * 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.025026 seconds and 4 git commands to generate.