fix the build after prototype change.
authorMichael Adam <obnox@samba.org>
Tue, 27 May 2008 23:04:36 +0000 (01:04 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 27 May 2008 23:10:54 +0000 (01:10 +0200)
Michael
(This used to be commit d96634d037c76c36519bc9cac14dfa29c37a3213)

source3/include/proto.h

index 721981eb10a3f7f0032a7a73a82f9b8d88bae089..f7722f980359b99d37bc036505ee7377725d2739 100644 (file)
@@ -9937,7 +9937,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);