r25664: Use [out] pointers in frsapi idl.
authorGünther Deschner <gd@samba.org>
Tue, 16 Oct 2007 09:30:58 +0000 (11:30 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:43:04 +0000 (05:43 +0100)
Guenther

source/librpc/idl/frsapi.idl

index c09acdaf929184c350bc388c8fd5e4b74ac82b1c..bc49a06e23606daf4fc5f5a509352c1ae9c480f0 100644 (file)
@@ -34,9 +34,9 @@ interface frsapi
         /****************/
         /* Function 0x05 */
        WERROR frsapi_GetDsPollingIntervalW(
-               [out] uint32 CurrentInterval,
-               [out] uint32 DsPollingLongInterval,
-               [out] uint32 DsPollingShortInterval
+               [out] uint32 *CurrentInterval,
+               [out] uint32 *DsPollingLongInterval,
+               [out] uint32 *DsPollingShortInterval
        );
 
        /****************/