Update version to v2.1.0-rc8
[lttng-tools.git] / src / common / utils.h
index 87d090245bf12d4b6be9cf281a9662caed8ab43e..c5723aa1d364b66e55fe7e5d606f52688a57c2f8 100644 (file)
@@ -22,5 +22,7 @@ char *utils_expand_path(const char *path);
 int utils_create_pipe(int *dst);
 int utils_create_pipe_cloexec(int *dst);
 void utils_close_pipe(int *src);
+char *utils_strdupdelim(const char *begin, const char *end);
+int utils_set_fd_cloexec(int fd);
 
 #endif /* _COMMON_UTILS_H */
This page took 0.023788 seconds and 4 git commands to generate.