Normalize public header include guards
[babeltrace.git] / include / babeltrace / graph / notification-stream.h
index bdcf4c96011157d9530c6bce81f9b1c439a51861..1c377c26b575358e8fcc8c7961772b031ad602ca 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_COMPONENT_NOTIFICATION_STREAM_H
-#define BABELTRACE_COMPONENT_NOTIFICATION_STREAM_H
+#ifndef BABELTRACE_GRAPH_NOTIFICATION_STREAM_H
+#define BABELTRACE_GRAPH_NOTIFICATION_STREAM_H
 
 /*
  * BabelTrace - Plug-in Stream-related Notifications
 extern "C" {
 #endif
 
-/*** BT_NOTIFICATION_TYPE_STREAM_END ***/
-struct bt_notification *bt_notification_stream_end_create(
+extern struct bt_notification *bt_notification_stream_begin_create(
                struct bt_ctf_stream *stream);
-struct bt_ctf_stream *bt_notification_stream_end_get_stream(
+
+extern struct bt_notification *bt_notification_stream_end_create(
+               struct bt_ctf_stream *stream);
+
+extern struct bt_ctf_stream *bt_notification_stream_begin_get_stream(
+               struct bt_notification *notification);
+
+extern struct bt_ctf_stream *bt_notification_stream_end_get_stream(
                struct bt_notification *notification);
 
 #ifdef __cplusplus
 }
 #endif
 
-#endif /* BABELTRACE_COMPONENT_NOTIFICATION_STREAM_H */
+#endif /* BABELTRACE_GRAPH_NOTIFICATION_STREAM_H */
This page took 0.026056 seconds and 4 git commands to generate.