From 23320c3b6257db7d0936b4974c2ee2a1dbf63cf6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 23 Jan 2017 21:30:28 -0500 Subject: [PATCH] Add missing bt_ctf_field_type_enumeration_mapping_iterator declaration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- include/babeltrace/ctf-ir/field-types.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.34.1