X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Futils.h;h=27a6f4849aced6cac50ea2e9ce7e4b0e36ee1693;hp=11388c9031bfdaabffd9b1dad596410af43e5e9f;hb=ce9ee1fb2847b1603c4382c82aef95121f0e3d07;hpb=a1e4ab8b82429320c5f962038c0f28b874f8ea6f 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 */