Add mkdir_recursive function to libcommon utils
[lttng-tools.git] / src / common / utils.h
index 95e1b670732a7d0f0c70a5b0893ba3837b1de91a..f63e84e5b098dd5f5d658545d04d7d15c7ef64a3 100644 (file)
@@ -25,5 +25,6 @@ void utils_close_pipe(int *src);
 char *utils_strdupdelim(const char *begin, const char *end);
 int utils_set_fd_cloexec(int fd);
 int utils_create_pid_file(pid_t pid, const char *filepath);
+int utils_mkdir_recursive(const char *path, mode_t mode);
 
 #endif /* _COMMON_UTILS_H */
This page took 0.02266 seconds and 4 git commands to generate.