Add `gnutls/dtls.h' to the distribution.
[gnutls.git] / lib / locks.h
blobe3d3825649c3c3db2aad50c3e238121dedb12703
1 #ifndef GNUTLS_LOCKS_H
2 #define GNUTLS_LOCKS_H
4 #include <gnutls/gnutls.h>
5 #include <gnutls_int.h>
7 extern mutex_init_func gnutls_mutex_init;
8 extern mutex_deinit_func gnutls_mutex_deinit;
9 extern mutex_lock_func gnutls_mutex_lock;
10 extern mutex_unlock_func gnutls_mutex_unlock;
12 #endif