From a6cf6cada93640fe6a24a7d3c5403079aeb7b4de Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 1 Dec 2003 09:28:10 +0000 Subject: added netr_LogonSamLogon() and test code (This used to be commit 4fa3ad3ecbfd8f8663fcdfaba9a7db481e303f2b) --- source4/librpc/idl/samr.idl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source4/librpc/idl/samr.idl') diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl index d7ae25a88a..cd44c9174a 100644 --- a/source4/librpc/idl/samr.idl +++ b/source4/librpc/idl/samr.idl @@ -14,12 +14,11 @@ ] interface samr { /* a 4 byte aligned 64-bit integer */ - typedef struct { + typedef [public] struct { uint32 low; uint32 high; } ULONG8; - /******************/ /* Function: 0x00 */ NTSTATUS samr_Connect ( -- cgit