[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-2630-g1a6f917

Michael Adam obnox at samba.org
Tue May 27 23:13:14 GMT 2008


The branch, v3-3-test has been updated
       via  1a6f91755c412ab683c09f54e8ce76a66ed2bd19 (commit)
       via  d96634d037c76c36519bc9cac14dfa29c37a3213 (commit)
      from  68327e577dd12c157b0d7581b38c7a8dc06e08c7 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 1a6f91755c412ab683c09f54e8ce76a66ed2bd19
Author: Michael Adam <obnox at samba.org>
Date:   Wed May 28 01:08:54 2008 +0200

    fix build: add missing prototype of msg_close_file()
    
    Michael

commit d96634d037c76c36519bc9cac14dfa29c37a3213
Author: Michael Adam <obnox at samba.org>
Date:   Wed May 28 01:04:36 2008 +0200

    fix the build after prototype change.
    
    Michael

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

Summary of changes:
 source/include/proto.h |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/include/proto.h b/source/include/proto.h
index 721981e..36d75a4 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -9462,6 +9462,11 @@ NTSTATUS change_oem_password(struct samu *hnd, char *old_passwd, char *new_passw
 
 void set_close_write_time(struct files_struct *fsp, struct timespec ts);
 NTSTATUS close_file(files_struct *fsp, enum file_close_type close_type);
+void msg_close_file(struct messaging_context *msg_ctx,
+		    void *private_data,
+		    uint32_t msg_type,
+		    struct server_id server_id,
+		    DATA_BLOB *data);
 
 /* The following definitions come from smbd/conn.c  */
 
@@ -9937,7 +9942,7 @@ bool downgrade_oplock(files_struct *fsp);
 int oplock_notify_fd(void);
 void reply_to_oplock_break_requests(files_struct *fsp);
 void release_level_2_oplocks_on_change(files_struct *fsp);
-void share_mode_entry_to_message(char *msg, struct share_mode_entry *e);
+void share_mode_entry_to_message(char *msg, const struct share_mode_entry *e);
 void message_to_share_mode_entry(struct share_mode_entry *e, char *msg);
 bool init_oplocks(struct messaging_context *msg_ctx);
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list