Create utils.c/.h in libcommon
[lttng-tools.git] / src / bin / lttng-sessiond / utils.h
index a63d0a3dc5458f538cdb75a18987760bc578400c..d4bd8c286f9df4b0f577029677d2a92d150a5f13 100644 (file)
@@ -20,8 +20,5 @@
 
 const char *get_home_dir(void);
 int notify_thread_pipe(int wpipe);
-int utils_create_pipe_cloexec(int *dst);
-int utils_create_pipe(int *dst);
-void utils_close_pipe(int *src);
 
 #endif /* _LTT_UTILS_H */
This page took 0.022747 seconds and 4 git commands to generate.