Introduce a new utils_partial_realpath function
[lttng-tools.git] / src / common / utils.h
index c56942f56a770bdef81af1fd5d03b8cbb05b0e14..036e416e78bda4e177b3f416baddef215d2ba52c 100644 (file)
@@ -27,6 +27,8 @@
 #define GIBI_LOG2 30
 
 char *utils_resolve_relative(const char *path);
+char *utils_partial_realpath(const char *path, char *resolved_path,
+               size_t size);
 char *utils_expand_path(const char *path);
 int utils_create_pipe(int *dst);
 int utils_create_pipe_cloexec(int *dst);
This page took 0.022584 seconds and 4 git commands to generate.