The branch, master has been updated
       via  93570491712bf42b5c8dba825e7d2a40e71c0378 (commit)
      from  54a51839ea65aa788b18fce8de0ae4f9ba63e4e7 (commit)

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


- Log -----------------------------------------------------------------
commit 93570491712bf42b5c8dba825e7d2a40e71c0378
Author: Jeremy Allison <j...@samba.org>
Date:   Mon Jul 20 15:15:08 2009 -0700

    Make cli_send_mailslot() static. Preparing to do away with 
unexpected.tdb....
    Jeremy.

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

Summary of changes:
 source3/include/proto.h   |    7 -------
 source3/libsmb/clidgram.c |    3 +--
 2 files changed, 1 insertions(+), 9 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/include/proto.h b/source3/include/proto.h
index d68aa4b..695e14b 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2270,13 +2270,6 @@ bool cli_resolve_path(TALLOC_CTX *ctx,
 
 /* The following definitions come from libsmb/clidgram.c  */
 
-bool cli_send_mailslot(struct messaging_context *msg_ctx,
-                      bool unique, const char *mailslot,
-                      uint16 priority,
-                      char *buf, int len,
-                      const char *srcname, int src_type,
-                      const char *dstname, int dest_type,
-                      const struct sockaddr_storage *dest_ss);
 bool send_getdc_request(TALLOC_CTX *mem_ctx,
                        struct messaging_context *msg_ctx,
                        struct sockaddr_storage *dc_ss,
diff --git a/source3/libsmb/clidgram.c b/source3/libsmb/clidgram.c
index 349a833..f5dbd72 100644
--- a/source3/libsmb/clidgram.c
+++ b/source3/libsmb/clidgram.c
@@ -25,7 +25,7 @@
  * cli_send_mailslot, send a mailslot for client code ...
  */
 
-bool cli_send_mailslot(struct messaging_context *msg_ctx,
+static bool cli_send_mailslot(struct messaging_context *msg_ctx,
                       bool unique, const char *mailslot,
                       uint16 priority,
                       char *buf, int len,
@@ -309,4 +309,3 @@ bool receive_getdc_response(TALLOC_CTX *mem_ctx,
 
        return True;
 }
-


-- 
Samba Shared Repository

Reply via email to