summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/netlogon.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-01-25 21:15:36 +0100
committerGünther Deschner <gd@samba.org>2008-01-25 21:43:36 +0100
commit10c7aac3ccb83cddd4b2b7cd3b871bd553accdd2 (patch)
tree3219772457e6d9fce791aa658e2019fcbc91880f /source3/librpc/gen_ndr/netlogon.h
parentbd0b283fcd74066362647eec121ff99e0d7f66f2 (diff)
downloadsamba-10c7aac3ccb83cddd4b2b7cd3b871bd553accdd2.tar.gz
samba-10c7aac3ccb83cddd4b2b7cd3b871bd553accdd2.tar.bz2
samba-10c7aac3ccb83cddd4b2b7cd3b871bd553accdd2.zip
Re-run make idl.
Couldn't we move on doing this during the build?? Guenther (This used to be commit d69cbd009903a8b36c9254a59faa5783fbc737f9)
Diffstat (limited to 'source3/librpc/gen_ndr/netlogon.h')
-rw-r--r--source3/librpc/gen_ndr/netlogon.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/source3/librpc/gen_ndr/netlogon.h b/source3/librpc/gen_ndr/netlogon.h
index d1c00b19fb..f59d93764f 100644
--- a/source3/librpc/gen_ndr/netlogon.h
+++ b/source3/librpc/gen_ndr/netlogon.h
@@ -1260,7 +1260,7 @@ struct netr_DsRGetDCNameEx {
} in;
struct {
- struct netr_DsRGetDCNameInfo *info;/* [ref] */
+ struct netr_DsRGetDCNameInfo **info;/* [ref] */
WERROR result;
} out;
@@ -1370,7 +1370,7 @@ struct netr_DsRGetDCNameEx2 {
} in;
struct {
- struct netr_DsRGetDCNameInfo *info;/* [ref] */
+ struct netr_DsRGetDCNameInfo **info;/* [ref] */
WERROR result;
} out;
@@ -1460,7 +1460,15 @@ struct netr_DsrEnumerateDomainTrusts {
};
-struct netr_DSRDEREGISTERDNSHOSTRECORDS {
+struct netr_DsrDeregisterDNSHostRecords {
+ struct {
+ const char *server_name;/* [unique,charset(UTF16)] */
+ const char *domain;/* [unique,charset(UTF16)] */
+ struct GUID *domain_guid;/* [unique] */
+ struct GUID *dsa_guid;/* [unique] */
+ const char *dns_host;/* [ref,charset(UTF16)] */
+ } in;
+
struct {
WERROR result;
} out;