The branch, master has been updated
       via  c8b0196c958b454a58d342df531c6f859381c78b (commit)
      from  03dba698a01e5562bf961a8948fb6e5b2d61fa40 (commit)

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


- Log -----------------------------------------------------------------
commit c8b0196c958b454a58d342df531c6f859381c78b
Author: Günther Deschner <[EMAIL PROTECTED]>
Date:   Tue Dec 9 14:48:10 2008 +0100

    s3-libnet: fix build warning (missing prototype).
    
    Guenther

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

Summary of changes:
 source3/libnet/libnet_samsync.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/libnet/libnet_samsync.c b/source3/libnet/libnet_samsync.c
index 4351810..73d4439 100644
--- a/source3/libnet/libnet_samsync.c
+++ b/source3/libnet/libnet_samsync.c
@@ -282,8 +282,8 @@ static const char *samsync_debug_str(TALLOC_CTX *mem_ctx,
  * libnet_samsync
  */
 
-void libnet_init_netr_ChangeLogEntry(struct samsync_object *o,
-                                    struct netr_ChangeLogEntry *e)
+static void libnet_init_netr_ChangeLogEntry(struct samsync_object *o,
+                                           struct netr_ChangeLogEntry *e)
 {
        ZERO_STRUCTP(e);
 


-- 
Samba Shared Repository

Reply via email to