1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

build: Fix the build after prototype change.

Guenther
(This used to be commit 68327e577d)
This commit is contained in:
Günther Deschner 2008-05-28 00:51:52 +02:00
parent 5e4d4c8ace
commit 95d873ac1f

View File

@ -5270,7 +5270,7 @@ void locking_close_file(struct messaging_context *msg_ctx,
bool locking_init(void);
bool locking_init_readonly(void);
bool locking_end(void);
char *share_mode_str(TALLOC_CTX *ctx, int num, struct share_mode_entry *e);
char *share_mode_str(TALLOC_CTX *ctx, int num, const struct share_mode_entry *e);
struct share_mode_lock *get_share_mode_lock(TALLOC_CTX *mem_ctx,
const struct file_id id,
const char *servicepath,