Make _utils_expand_path static
[lttng-tools.git] / src / common / utils.c
index 0147c8c994d3cb89f7fa936633863e043cdd2221..2e07d4ff0b6d366268755b7969dab0d58199385e 100644 (file)
@@ -324,7 +324,7 @@ error:
  * The returned string was allocated in the function, it is thus of
  * the responsibility of the caller to free this memory.
  */
-LTTNG_HIDDEN
+static
 char *_utils_expand_path(const char *path, bool keep_symlink)
 {
        int ret;
This page took 0.023896 seconds and 5 git commands to generate.