lib: make public reference count functions have strict types
[babeltrace.git] / include / babeltrace / graph / notification-packet-const.h
index aa75c2f245a978147f7a6b26184685855312f38f..9256e3e36e8587516a2700e2900a483ded83fd61 100644 (file)
@@ -2,10 +2,9 @@
 #define BABELTRACE_GRAPH_NOTIFICATION_PACKET_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
@@ -32,7 +31,7 @@ extern "C" {
 struct bt_notification;
 struct bt_packet;
 
-extern const struct bt_packet *bt_notification_packet_begin_borrow_packet_const(
+extern const struct bt_packet *bt_notification_packet_beginning_borrow_packet_const(
                const struct bt_notification *notification);
 
 extern const struct bt_packet *bt_notification_packet_end_borrow_packet_const(
This page took 0.028518 seconds and 4 git commands to generate.