summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-05-28 00:51:52 +0200
committerGünther Deschner <gd@samba.org>2008-05-28 00:53:04 +0200
commit95d873ac1fd91fda92debc8b0a0030572c67c52e (patch)
tree255ca00f622981a11f5278a974cdcb73b9c15dab /source3
parent5e4d4c8ace62c2a9eaf03f6b2fff0c4598e01d37 (diff)
downloadsamba-95d873ac1fd91fda92debc8b0a0030572c67c52e.tar.gz
samba-95d873ac1fd91fda92debc8b0a0030572c67c52e.tar.bz2
samba-95d873ac1fd91fda92debc8b0a0030572c67c52e.zip
build: Fix the build after prototype change.
Guenther (This used to be commit 68327e577dd12c157b0d7581b38c7a8dc06e08c7)
Diffstat (limited to 'source3')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
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,