summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-25 17:03:26 +0200
committerVolker Lendecke <vl@samba.org>2009-08-25 17:38:31 +0200
commit1df18922c613d2d3c8c23b919e435cb1de915eaa (patch)
treee0dd2593bfa8b10e02f0ba5af3f320ab8de1fc47 /source3/include
parent3176ee2632ddfc6a1fb6f7f3e255cd369c1f0907 (diff)
downloadsamba-1df18922c613d2d3c8c23b919e435cb1de915eaa.tar.gz
samba-1df18922c613d2d3c8c23b919e435cb1de915eaa.tar.bz2
samba-1df18922c613d2d3c8c23b919e435cb1de915eaa.zip
Add some const to dsgetdcname
Diffstat (limited to 'source3/include')
-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 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);