Introduce a new utils_partial_realpath function
[lttng-tools.git] / src / common / utils.h
index 52f2798d116764cf01a783f64eb14d64751b5e8d..036e416e78bda4e177b3f416baddef215d2ba52c 100644 (file)
@@ -26,6 +26,9 @@
 #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.024853 seconds and 5 git commands to generate.