X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fcommon%2Futils.h;h=4c7884b765429f650fc3f7bb0d91651997e67467;hb=a174e6fcacf84b0451d34b51503eef2b664888d1;hp=0daf5b98df70d7add96b6a7fda2fac53e85ad681;hpb=c4d7f609b1ea5dde017b93e21647fe9c91a9dfa6;p=lttng-tools.git diff --git a/src/common/utils.h b/src/common/utils.h index 0daf5b98d..4c7884b76 100644 --- a/src/common/utils.h +++ b/src/common/utils.h @@ -61,5 +61,6 @@ int utils_create_lock_file(const char *filepath); int utils_recursive_rmdir(const char *path); int utils_truncate_stream_file(int fd, off_t length); int utils_show_man_page(int section, const char *page_name); +int utils_change_working_dir(const char *path); #endif /* _COMMON_UTILS_H */