Introduce a new utils_resolve_relative function
[lttng-tools.git] / src / common / utils.h
index 52f2798d116764cf01a783f64eb14d64751b5e8d..c56942f56a770bdef81af1fd5d03b8cbb05b0e14 100644 (file)
@@ -26,6 +26,7 @@
 #define MEBI_LOG2 20
 #define GIBI_LOG2 30
 
+char *utils_resolve_relative(const char *path);
 char *utils_expand_path(const char *path);
 int utils_create_pipe(int *dst);
 int utils_create_pipe_cloexec(int *dst);
This page took 0.023932 seconds and 5 git commands to generate.