lib: make public reference count functions have strict types
[babeltrace.git] / include / babeltrace / graph / notification-stream-const.h
index f0fd960c9e15ab6bbbbf8c97dd574aa6feec5579..0adf346bad4565427006d7ae04f66d968549aa38 100644 (file)
@@ -2,10 +2,9 @@
 #define BABELTRACE_GRAPH_NOTIFICATION_STREAM_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
@@ -34,11 +33,11 @@ struct bt_self_notification_iterator;
 struct bt_clock_value;
 struct bt_stream;
 
-extern const struct bt_stream *bt_notification_stream_begin_borrow_stream_const(
+extern const struct bt_stream *bt_notification_stream_beginning_borrow_stream_const(
                const struct bt_notification *notification);
 
 extern const struct bt_clock_value *
-bt_notification_stream_begin_borrow_default_clock_value_const(
+bt_notification_stream_beginning_borrow_default_clock_value_const(
                const struct bt_notification *notif);
 
 extern const struct bt_stream *bt_notification_stream_end_borrow_stream_const(
This page took 0.023706 seconds and 4 git commands to generate.