Rename bt_X_from_private_X() -> bt_X_from_private()
[babeltrace.git] / include / babeltrace / graph / private-connection.h
index 59db640ee271aa95f9d6307db94f159c8fa3ab90..e16ce16ef1aa30e93627bc89e27428cdfa882c73 100644 (file)
  * SOFTWARE.
  */
 
+/* For enum bt_notification_type */
 #include <babeltrace/graph/notification.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
+struct bt_notification;
 struct bt_connection;
 struct bt_private_port;
 struct bt_private_connection;
+struct bt_notification_iterator;
 
-struct bt_connection *bt_connection_from_private_connection(
+extern struct bt_connection *bt_connection_from_private(
                struct bt_private_connection *private_connection);
 
-extern struct bt_notification_iterator *
+extern enum bt_connection_status
 bt_private_connection_create_notification_iterator(
                struct bt_private_connection *private_connection,
-               const enum bt_notification_type *notification_types);
+               const enum bt_notification_type *notification_types,
+               struct bt_notification_iterator **iterator);
 
 #ifdef __cplusplus
 }
This page took 0.038608 seconds and 4 git commands to generate.