From 95d873ac1fd91fda92debc8b0a0030572c67c52e Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 28 May 2008 00:51:52 +0200 Subject: build: Fix the build after prototype change. Guenther (This used to be commit 68327e577dd12c157b0d7581b38c7a8dc06e08c7) --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/include/proto.h b/source3/include/proto.h index f85b667c84..721981eb10 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -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, -- cgit