[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1303-g46bbdbd

Volker Lendecke vlendec at samba.org
Tue Apr 28 13:33:56 GMT 2009


The branch, master has been updated
       via  46bbdbd8c7e2c1116c2704fcbaa7b7bccf98b5f2 (commit)
      from  8e4cd873e34ba5fd394438136798393ba1c04ed2 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 46bbdbd8c7e2c1116c2704fcbaa7b7bccf98b5f2
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Apr 28 15:33:21 2009 +0200

    Fix a missing prototype warning

-----------------------------------------------------------------------

Summary of changes:
 lib/util/smb_threads.c |    1 +
 lib/util/smb_threads.h |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/util/smb_threads.c b/lib/util/smb_threads.c
index 783e660..1998211 100644
--- a/lib/util/smb_threads.c
+++ b/lib/util/smb_threads.c
@@ -24,6 +24,7 @@
  */
 
 #include "includes.h"
+#include "smb_threads.h"
 
 /*********************************************************
  Functions to vector the locking primitives used internally
diff --git a/lib/util/smb_threads.h b/lib/util/smb_threads.h
index 3d3d48e..4443c3e 100644
--- a/lib/util/smb_threads.h
+++ b/lib/util/smb_threads.h
@@ -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. */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list