Hide strutils private symbols
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 9 Mar 2021 19:53:26 +0000 (14:53 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 10 Mar 2021 14:42:17 +0000 (09:42 -0500)
The major SONAME bump to '1' gives us the opportunity to hide private
symbols that should never have been visible.

Change-Id: I5be6ac61b27b31c0a1901b14aa0e864f331e4346
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/string-utils.h

index 2d7810cbf8718f7b76e656b370a4def655f9b800..84c48f00113708ab05261b2f76001277510ee48c 100644 (file)
 #include <stdbool.h>
 #include <stddef.h>
 
+#include "ust-helper.h"
+
+LTTNG_HIDDEN
 bool strutils_is_star_glob_pattern(const char *pattern);
+LTTNG_HIDDEN
 bool strutils_is_star_at_the_end_only_glob_pattern(const char *pattern);
+LTTNG_HIDDEN
 bool strutils_star_glob_match(const char *pattern, size_t pattern_len,
                 const char *candidate, size_t candidate_len);
 
This page took 0.026828 seconds and 4 git commands to generate.