From 67a5618483da41d7762e5efa77f6be3444f4735f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Fri, 28 Oct 2016 16:06:37 -0400 Subject: [PATCH] Fix: remove BT_HIDDEN from bt_value_null singleton declaration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- include/babeltrace/values.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/babeltrace/values.h b/include/babeltrace/values.h index 31b2e2a0..a9ebe57f 100644 --- a/include/babeltrace/values.h +++ b/include/babeltrace/values.h @@ -153,8 +153,7 @@ struct bt_value; * null value object (of type #BT_VALUE_TYPE_NULL), whereas \c NULL * means an error of some sort. */ -BT_HIDDEN -struct bt_value *bt_value_null; +extern struct bt_value *bt_value_null; /** * User function type for bt_value_map_foreach(). -- 2.34.1