summaryrefslogtreecommitdiff
path: root/source4/lib/util/mutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/util/mutex.c')
-rw-r--r--source4/lib/util/mutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/util/mutex.c b/source4/lib/util/mutex.c
index 79c281ff0c..3b64f4929b 100644
--- a/source4/lib/util/mutex.c
+++ b/source4/lib/util/mutex.c
@@ -39,7 +39,7 @@ static struct {
register a set of mutex/rwlock handlers.
Should only be called once in the execution of smbd.
*/
-BOOL register_mutex_handlers(const char *name, struct mutex_ops *ops)
+_PUBLIC_ BOOL register_mutex_handlers(const char *name, struct mutex_ops *ops)
{
if (mutex_handlers.name != NULL) {
/* it's already registered! */