X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Futils.h;h=27a6f4849aced6cac50ea2e9ce7e4b0e36ee1693;hb=cbf53d23cecaca9c6ec71582663c4a8254a9f285;hp=11388c9031bfdaabffd9b1dad596410af43e5e9f;hpb=2530e68bb73b6ed32df6c5b4a5031bca3f5f3015;p=lttng-tools.git diff --git a/src/common/utils.h b/src/common/utils.h index 11388c903..27a6f4849 100644 --- a/src/common/utils.h +++ b/src/common/utils.h @@ -63,5 +63,6 @@ int utils_truncate_stream_file(int fd, off_t length); int utils_show_help(int section, const char *page_name, const char *help_msg); int utils_get_memory_available(size_t *value); int utils_get_memory_total(size_t *value); +int utils_change_working_directory(const char *path); #endif /* _COMMON_UTILS_H */