diff options
Diffstat (limited to '')
-rw-r--r-- | src/utils.h | 6 |
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 |