From 00e0418ceaa42fb0266f8fb410a8e5f3351c0c88 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Thu, 25 Feb 2021 10:33:25 -0500 Subject: [PATCH] Hide private ust-dynamic-type.h symbols The major SONAME bump to '1' gives us the opportunity to hide private symbols that should never have been visible. Change-Id: I8a366479704830fe098d425f97a556ed5069d3bc Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- include/ust-dynamic-type.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/ust-dynamic-type.h b/include/ust-dynamic-type.h index ac56b560..d88e3c09 100644 --- a/include/ust-dynamic-type.h +++ b/include/ust-dynamic-type.h @@ -9,9 +9,14 @@ #include +#include "ust-helper.h" + +LTTNG_HIDDEN int lttng_ust_dynamic_type_choices(size_t *nr_choices, const struct lttng_event_field **choices); +LTTNG_HIDDEN const struct lttng_event_field *lttng_ust_dynamic_type_field(int64_t value); +LTTNG_HIDDEN const struct lttng_event_field *lttng_ust_dynamic_type_tag_field(void); #endif /* _LTTNG_UST_DYNAMIC_TYPE_H */ -- 2.34.1