From 1df18922c613d2d3c8c23b919e435cb1de915eaa Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 25 Aug 2009 17:03:26 +0200 Subject: Add some const to dsgetdcname --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index c530ee5b15..44f6685dac 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -3064,7 +3064,7 @@ void debug_dsdcinfo_flags(int lvl, uint32_t flags); NTSTATUS dsgetdcname(TALLOC_CTX *mem_ctx, struct messaging_context *msg_ctx, const char *domain_name, - struct GUID *domain_guid, + const struct GUID *domain_guid, const char *site_name, uint32_t flags, struct netr_DsRGetDCNameInfo **info); -- cgit