diff options
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r-- | source3/smbd/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index d9b9d4d973..8b6987ec05 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -672,7 +672,7 @@ void smbd_contend_level2_oplocks_begin(files_struct *fsp, void smbd_contend_level2_oplocks_end(files_struct *fsp, enum level2_contention_type type); 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); +void message_to_share_mode_entry(struct share_mode_entry *e, const char *msg); bool init_oplocks(struct smbd_server_connection *sconn); void init_kernel_oplocks(struct smbd_server_connection *sconn); |