summaryrefslogtreecommitdiff
path: root/plugins.c
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 /plugins.c
parentdc16ab2da7065f82230087a84654167aec5444dc (diff)
cover art WIP
Diffstat (limited to 'plugins.c')
-rw-r--r--plugins.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins.c b/plugins.c
index b9d327e2..748f1e9e 100644
--- a/plugins.c
+++ b/plugins.c
@@ -93,6 +93,7 @@ static DB_functions_t deadbeef_api = {
.thread_start = thread_start,
.thread_join = thread_join,
.mutex_create = mutex_create,
+ .mutex_create_nonrecursive = mutex_create_nonrecursive,
.mutex_free = mutex_free,
.mutex_lock = mutex_lock,
.mutex_unlock = mutex_unlock,