diff options
author | Michael Adam <obnox@samba.org> | 2008-05-28 01:04:36 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-05-28 01:10:54 +0200 |
commit | 22174515e18fcf89e9c5c4ad718f2099d4ec467b (patch) | |
tree | e41e9915bb6c2d9684c1a7cbf6f5036fe4460aa5 /source3/include | |
parent | 95d873ac1fd91fda92debc8b0a0030572c67c52e (diff) | |
download | samba-22174515e18fcf89e9c5c4ad718f2099d4ec467b.tar.gz samba-22174515e18fcf89e9c5c4ad718f2099d4ec467b.tar.bz2 samba-22174515e18fcf89e9c5c4ad718f2099d4ec467b.zip |
fix the build after prototype change.
Michael
(This used to be commit d96634d037c76c36519bc9cac14dfa29c37a3213)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 721981eb10..f7722f9803 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -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); |