aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h
index 0b6763a05..eb16e87bc 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -80,4 +80,10 @@ char *parsePath(char *path);
int set_nonblocking(int fd);
+void init_async_pipe(int file_des[2]);
+
+void xpthread_mutex_destroy(pthread_mutex_t *mutex);
+
+void xpthread_cond_destroy(pthread_cond_t *cond);
+
#endif