Add 'ctf_unused' tracepoint field type
[lttng-ust.git] / liblttng-ust / string-utils.h
index 84c48f00113708ab05261b2f76001277510ee48c..a2ee531af3f8066bff5c4382d0e52787a4e250c9 100644 (file)
 #include <stdbool.h>
 #include <stddef.h>
 
-#include "ust-helper.h"
+bool strutils_is_star_glob_pattern(const char *pattern)
+       __attribute__((visibility("hidden")));
+
+bool strutils_is_star_at_the_end_only_glob_pattern(const char *pattern)
+       __attribute__((visibility("hidden")));
 
-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);
+                const char *candidate, size_t candidate_len)
+       __attribute__((visibility("hidden")));
 
 #endif /* _STRING_UTILS_H */
This page took 0.024071 seconds and 4 git commands to generate.