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