summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/mutex.h')
-rw-r--r--src/pulsecore/mutex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulsecore/mutex.h b/src/pulsecore/mutex.h
index 72e88781..9ca8fae5 100644
--- a/src/pulsecore/mutex.h
+++ b/src/pulsecore/mutex.h
@@ -37,6 +37,7 @@ pa_mutex* pa_mutex_new(pa_bool_t recursive, pa_bool_t inherit_priority);
void pa_mutex_free(pa_mutex *m);
void pa_mutex_lock(pa_mutex *m);
+pa_bool_t pa_mutex_try_lock(pa_mutex *m);
void pa_mutex_unlock(pa_mutex *m);
typedef struct pa_cond pa_cond;