From: Jérémie Galarneau Date: Tue, 24 Jan 2017 02:30:28 +0000 (-0500) Subject: Add missing bt_ctf_field_type_enumeration_mapping_iterator declaration X-Git-Tag: v2.0.0-pre1~566 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=23320c3b6257db7d0936b4974c2ee2a1dbf63cf6 Add missing bt_ctf_field_type_enumeration_mapping_iterator declaration Signed-off-by: Jérémie Galarneau --- diff --git a/include/babeltrace/ctf-ir/field-types.h b/include/babeltrace/ctf-ir/field-types.h index e9b5f253..420ae7f4 100644 --- a/include/babeltrace/ctf-ir/field-types.h +++ b/include/babeltrace/ctf-ir/field-types.h @@ -198,6 +198,7 @@ struct bt_ctf_event_class; struct bt_ctf_event; struct bt_ctf_field; struct bt_ctf_field_path; +struct bt_ctf_field_type_enumeration_mapping_iterator; /** @cond DOCUMENT */