summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/drsuapi.idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-10-16 19:21:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:44:50 -0500
commitec6973747a7269224b4cf6ccb593f5ed92e07a94 (patch)
tree726c1997a0b78298a8bf0b6b0ee50422c97df770 /source4/librpc/idl/drsuapi.idl
parent3f3388a5648b41a22a399a73f484fb1ce5d539bd (diff)
downloadsamba-ec6973747a7269224b4cf6ccb593f5ed92e07a94.tar.gz
samba-ec6973747a7269224b4cf6ccb593f5ed92e07a94.tar.bz2
samba-ec6973747a7269224b4cf6ccb593f5ed92e07a94.zip
r11103: Eliminate ascstr
(This used to be commit c8a0511f37f8cff3e949ffda0bb7fae714d5bbb4)
Diffstat (limited to 'source4/librpc/idl/drsuapi.idl')
-rw-r--r--source4/librpc/idl/drsuapi.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/librpc/idl/drsuapi.idl b/source4/librpc/idl/drsuapi.idl
index b348cbec57..f900af9ce2 100644
--- a/source4/librpc/idl/drsuapi.idl
+++ b/source4/librpc/idl/drsuapi.idl
@@ -98,12 +98,12 @@ interface drsuapi
*
* maybe the bind_guid could also be the invocation_id see drsuapi_DsReplicaConnection04
*/
- const string DRSUAPI_DS_BIND_GUID = "e24d201a-4fd6-11d1-a3da-0000f875ae0d";
+ const char *DRSUAPI_DS_BIND_GUID = "e24d201a-4fd6-11d1-a3da-0000f875ae0d";
/*
* this magic guid are needed to fetch the whole tree with drsuapi_DsGetNCChanges()
*/
- const string DRSUAPI_DS_BIND_GUID_W2K = "6abec3d1-3054-41c8-a362-5a0c5b7d5d71";
- const string DRSUAPI_DS_BIND_GUID_W2K3 = "6afab99c-6e26-464a-975f-f58f105218bc";
+ const char *DRSUAPI_DS_BIND_GUID_W2K = "6abec3d1-3054-41c8-a362-5a0c5b7d5d71";
+ const char *DRSUAPI_DS_BIND_GUID_W2K3 = "6afab99c-6e26-464a-975f-f58f105218bc";
WERROR drsuapi_DsBind(
[in,unique] GUID *bind_guid,
@@ -714,7 +714,7 @@ interface drsuapi
typedef struct {
[ref] drsuapi_DsReplicaObjectIdentifier *naming_context;
- [ref] ascstr *dest_dsa_dns_name;
+ [ref,charset(DOS),string] uint8 *dest_dsa_dns_name;
GUID dest_dsa_guid;
drsuapi_DsReplicaUpdateRefsOptions options;
} drsuapi_DsReplicaUpdateRefsRequest1;