summaryrefslogtreecommitdiff
path: root/librabbitmq/win32/threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'librabbitmq/win32/threads.h')
-rw-r--r--librabbitmq/win32/threads.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/librabbitmq/win32/threads.h b/librabbitmq/win32/threads.h
index 5862df4..3ae571f 100644
--- a/librabbitmq/win32/threads.h
+++ b/librabbitmq/win32/threads.h
@@ -44,5 +44,6 @@ DWORD pthread_self(void);
int pthread_mutex_init(pthread_mutex_t *, void *attr);
int pthread_mutex_lock(pthread_mutex_t *);
int pthread_mutex_unlock(pthread_mutex_t *);
+int pthread_mutex_destroy(pthread_mutex_t *);
#endif /* AMQP_THREAD_H */