From aa6c98f5db1b4a6c5a3063081aa1df27f67aae21 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 4 Feb 2008 10:42:33 +0100 Subject: Fill in IDL eventlog_GetOldestRecord() based on samba3 rpc. Guenther (This used to be commit a939271b0758731debfb76eb512ccc1c8270e1fb) --- source3/librpc/idl/eventlog.idl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source3/librpc') diff --git a/source3/librpc/idl/eventlog.idl b/source3/librpc/idl/eventlog.idl index 56e39d7844..cea61c9636 100644 --- a/source3/librpc/idl/eventlog.idl +++ b/source3/librpc/idl/eventlog.idl @@ -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 */ -- cgit