X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Futils.h;h=27a6f4849aced6cac50ea2e9ce7e4b0e36ee1693;hp=11388c9031bfdaabffd9b1dad596410af43e5e9f;hb=74e89a8c6a6824c4ca8179a3ae7b9cc4c99bddc5;hpb=2530e68bb73b6ed32df6c5b4a5031bca3f5f3015 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 */