summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-28 21:46:13 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-28 21:46:13 +0100
commit736c68a680d001271c19a2c45fbad5a35579f96c (patch)
tree7a5db907a9b42531f6760691a3390d96b8bf3649 /deadbeef.h
parentdc16ab2da7065f82230087a84654167aec5444dc (diff)
cover art WIP
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/deadbeef.h b/deadbeef.h
index 89578987..16c114ae 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -270,6 +270,7 @@ typedef struct {
intptr_t (*thread_start) (void (*fn)(void *ctx), void *ctx);
int (*thread_join) (intptr_t tid);
uintptr_t (*mutex_create) (void);
+ uintptr_t (*mutex_create_nonrecursive) (void);
void (*mutex_free) (uintptr_t mtx);
int (*mutex_lock) (uintptr_t mtx);
int (*mutex_unlock) (uintptr_t mtx);