1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

fix the build after prototype change.

Michael
(This used to be commit d96634d037)
This commit is contained in:
Michael Adam 2008-05-28 01:04:36 +02:00
parent 95d873ac1f
commit 22174515e1

View 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);