Remove the utils_resolve_relative function that is not useful anymore
[lttng-tools.git] / src / common / utils.h
index c56942f56a770bdef81af1fd5d03b8cbb05b0e14..c23dfb932e147fe3de5ea68b6509cb082d3a792d 100644 (file)
@@ -26,7 +26,8 @@
 #define MEBI_LOG2 20
 #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.024684 seconds and 5 git commands to generate.