1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r6719: pidl need to be told that the external type netr_SchannelType is an enum, otherwise

it will assume its a struct
(This used to be commit 9a8f3e3c4c)
This commit is contained in:
Andrew Tridgell 2005-05-10 22:44:29 +00:00 committed by Gerald (Jerry) Carter
parent a71af5f83f
commit 398a3130f5

View File

@ -264,6 +264,8 @@ interface netlogon
/*****************/
/* Function 0x05 */
declare enum netr_SchannelType;
NTSTATUS netr_ServerAuthenticate(
[in] unistr *server_name,
[in] unistr account_name,