summaryrefslogtreecommitdiff
path: root/plugins.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-28 21:49:53 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-28 21:49:53 +0200
commit4c41a6c6c9accea5854755bbb0f1a3476d31f8b2 (patch)
tree90438179ed3d0a7003f6756f01aafad8d22accac /plugins.c
parent85e4f2aeaacb721aeabbcf1154b135985dc4b3b1 (diff)
added pthread_join support
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 d5b88903..1d6c7ad7 100644
--- a/plugins.c
+++ b/plugins.c
@@ -38,6 +38,7 @@ DB_functions_t deadbeef_api = {
.quit = plug_quit,
// threading
.thread_start = thread_start,
+ .thread_join = thread_join,
.mutex_create = mutex_create,
.mutex_free = mutex_free,
.mutex_lock = mutex_lock,