Extend API and remove lttng_uri from lttng.h
[lttng-tools.git] / src / common / utils.h
index 87d090245bf12d4b6be9cf281a9662caed8ab43e..d47d448895952b609a529cdb15709279db830c73 100644 (file)
@@ -22,5 +22,6 @@ 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);
 
 #endif /* _COMMON_UTILS_H */
This page took 0.023161 seconds and 4 git commands to generate.