diff options
author | Jeremy Allison <jra@samba.org> | 2008-01-24 16:16:40 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2008-01-24 16:16:40 -0800 |
commit | d490d8d52d929076b2e5ab54ae0a9aff2d836677 (patch) | |
tree | 757df204719cb701173bed8e731aed62b830f2ec /source3/librpc/gen_ndr/netlogon.h | |
parent | 50c7e98a46a1c97011f37c78db8caddc634d6994 (diff) | |
parent | 92183450f1eedd2892ed8612ccaf97c65098c636 (diff) | |
download | samba-d490d8d52d929076b2e5ab54ae0a9aff2d836677.tar.gz samba-d490d8d52d929076b2e5ab54ae0a9aff2d836677.tar.bz2 samba-d490d8d52d929076b2e5ab54ae0a9aff2d836677.zip |
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test
(This used to be commit ef2913a66c3888d4813d8b778ddd63b2c7e48f3e)
Diffstat (limited to 'source3/librpc/gen_ndr/netlogon.h')
-rw-r--r-- | source3/librpc/gen_ndr/netlogon.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/netlogon.h b/source3/librpc/gen_ndr/netlogon.h index 53aa350bed..64a70ca1a7 100644 --- a/source3/librpc/gen_ndr/netlogon.h +++ b/source3/librpc/gen_ndr/netlogon.h @@ -1200,8 +1200,14 @@ struct netr_NETRLOGONSETSERVICEBITS { }; -struct netr_NETRLOGONGETTRUSTRID { +struct netr_LogonGetTrustRid { struct { + const char *server_name;/* [unique,charset(UTF16)] */ + const char *domain_name;/* [unique,charset(UTF16)] */ + } in; + + struct { + uint32_t *rid;/* [ref] */ WERROR result; } out; |