summaryrefslogtreecommitdiff
path: root/plugins.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2010-10-24 09:37:43 +0200
committerGravatar waker <wakeroid@gmail.com>2010-10-24 09:37:43 +0200
commitc3f898dd52bc4eda6ae76b7e618fce86f35fad79 (patch)
treef13b4f4d5a9448453b5ed6ccc4fa0b02bb7e5d4b /plugins.c
parent36d81fe36ea5b505ebe2536809728497f960b815 (diff)
added thread_detach and thread_exit APIs
Diffstat (limited to 'plugins.c')
-rw-r--r--plugins.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins.c b/plugins.c
index 331baab9..35522e17 100644
--- a/plugins.c
+++ b/plugins.c
@@ -95,6 +95,8 @@ static DB_functions_t deadbeef_api = {
.thread_start = thread_start,
.thread_start_low_priority = thread_start_low_priority,
.thread_join = thread_join,
+ .thread_detach = thread_detach,
+ .thread_exit = thread_exit,
.mutex_create = mutex_create,
.mutex_create_nonrecursive = mutex_create_nonrecursive,
.mutex_free = mutex_free,