X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Futils.h;h=c23dfb932e147fe3de5ea68b6509cb082d3a792d;hp=52f2798d116764cf01a783f64eb14d64751b5e8d;hb=635eb1df606e714f3d5cdded93b9c663b0e8e4c3;hpb=6c71277b0dc97ce8a4ac6b8d359b4b349c04b658 diff --git a/src/common/utils.h b/src/common/utils.h index 52f2798d1..c23dfb932 100644 --- a/src/common/utils.h +++ b/src/common/utils.h @@ -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);