X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Futils.h;h=a430b8bdf3e9577ebf5bbcb1e176f519cc9c50fc;hb=00e2e675d54dc726a7c8f8887c889cc8ef022003;hp=9c51b67e341a73b461e698e9ca52d57677a35270;hpb=d14d33bf091e72b23b1f90ea18a0a01bed098b76;p=lttng-tools.git diff --git a/src/bin/lttng/utils.h b/src/bin/lttng/utils.h index 9c51b67e3..a430b8bdf 100644 --- a/src/bin/lttng/utils.h +++ b/src/bin/lttng/utils.h @@ -20,6 +20,7 @@ #include +char *expand_full_path(const char *path); char *get_config_file_path(void); char *get_session_name(void); int set_session_name(char *name);