Fill in IDL eventlog_GetOldestRecord() based on samba3 rpc.
authorGünther Deschner <gd@samba.org>
Mon, 4 Feb 2008 09:42:33 +0000 (10:42 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 4 Feb 2008 09:42:33 +0000 (10:42 +0100)
Guenther
(This used to be commit a939271b0758731debfb76eb512ccc1c8270e1fb)

source3/librpc/idl/eventlog.idl

index 56e39d7844dcb2b0bec92ea596f8610c3f394f2d..cea61c963653a0efde02a4a96376748c3834fe1d 100644 (file)
@@ -86,7 +86,10 @@ import "lsa.idl", "security.idl";
 
        /******************/
        /* Function: 0x05 */
-       NTSTATUS eventlog_GetOldestRecord();
+       NTSTATUS eventlog_GetOldestRecord(
+               [in] policy_handle *handle,
+               [out,ref] uint32 *oldest_entry
+       );
 
        /******************/
        /* Function: 0x06 */