liblttng-ctl: use export list to define exported symbols
[lttng-tools.git] / src / common / string-utils / string-utils.h
index 9d287f3d9b4f7aa0849d4ecb42c1a7ef211f5ea1..1cf31e9d4b97df486ec1b0a1a0ec1d107f8562ba 100644 (file)
 #include <common/macros.h>
 #include <common/dynamic-array.h>
 
-LTTNG_HIDDEN
 void strutils_normalize_star_glob_pattern(char *pattern);
 
-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
 char *strutils_unescape_string(const char *input, char only_char);
 
-LTTNG_HIDDEN
 int strutils_split(const char *input, char delim, bool escape_delim,
                struct lttng_dynamic_pointer_array *out_strings);
 
-LTTNG_HIDDEN
 void strutils_free_null_terminated_array_of_strings(char **array);
 
-LTTNG_HIDDEN
 size_t strutils_array_of_strings_len(char * const *array);
 
 #endif /* _STRING_UTILS_H */
This page took 0.026494 seconds and 4 git commands to generate.