Fix a missing prototype warning
authorVolker Lendecke <vl@samba.org>
Tue, 28 Apr 2009 13:33:21 +0000 (15:33 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 28 Apr 2009 13:34:22 +0000 (15:34 +0200)
lib/util/smb_threads.c
lib/util/smb_threads.h

index 783e660b7f701cd69daa5df5c00690611db4716f..1998211d40467a8335e57731a9b370008fb696d4 100644 (file)
@@ -24,6 +24,7 @@
  */
 
 #include "includes.h"
+#include "smb_threads.h"
 
 /*********************************************************
  Functions to vector the locking primitives used internally
index 3d3d48ecb2ec9077e0c0819d3ce9211a132fd616..4443c3eae43b30dd2bc64aeb86bd843524dad638 100644 (file)
@@ -63,6 +63,8 @@ struct smb_thread_functions {
        void *(*get_tls)(void *pkey, const char *location);
 };
 
+int smb_thread_set_functions(const struct smb_thread_functions *tf);
+
 extern const struct smb_thread_functions *global_tfp;
 
 /* Define the pthread version of the functions. */