ref.h: doc: fix typo
[babeltrace.git] / include / babeltrace / plugin / filter.h
index a3a8984ca9589e0ed4b65b2fe5133d3c61eb7e33..14c6129f44f75330f7a9891a9ba9530a5cd72486 100644 (file)
@@ -44,6 +44,7 @@ struct bt_notification_iterator;
  * @param iterator     Notification iterator to add
  * @returns            One of #bt_component_status values
  */
+extern
 enum bt_component_status bt_component_filter_add_iterator(
                struct bt_component *component,
                struct bt_notification_iterator *iterator);
@@ -54,6 +55,7 @@ enum bt_component_status bt_component_filter_add_iterator(
  * @param component    Component instance
  * @returns            Notification iterator instance
  */
+extern
 struct bt_notification_iterator *bt_component_filter_create_iterator(
                struct bt_component *component);
 
This page took 0.023231 seconds and 4 git commands to generate.