summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-04 10:42:33 +0100
committerGünther Deschner <gd@samba.org>2008-02-04 10:42:33 +0100
commitaa6c98f5db1b4a6c5a3063081aa1df27f67aae21 (patch)
treecec73427b996d68aca5a65e35f643e6866d5bcda /source3/librpc
parente98d9af8b38f75402371567340a02c2eed0fcee7 (diff)
downloadsamba-aa6c98f5db1b4a6c5a3063081aa1df27f67aae21.tar.gz
samba-aa6c98f5db1b4a6c5a3063081aa1df27f67aae21.tar.bz2
samba-aa6c98f5db1b4a6c5a3063081aa1df27f67aae21.zip
Fill in IDL eventlog_GetOldestRecord() based on samba3 rpc.
Guenther (This used to be commit a939271b0758731debfb76eb512ccc1c8270e1fb)
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/eventlog.idl5
1 files changed, 4 insertions, 1 deletions
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 */