diff options
author | Günther Deschner <gd@samba.org> | 2008-02-04 10:42:33 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-04 10:42:33 +0100 |
commit | aa6c98f5db1b4a6c5a3063081aa1df27f67aae21 (patch) | |
tree | cec73427b996d68aca5a65e35f643e6866d5bcda /source3/librpc/idl | |
parent | e98d9af8b38f75402371567340a02c2eed0fcee7 (diff) | |
download | samba-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/idl')
-rw-r--r-- | source3/librpc/idl/eventlog.idl | 5 |
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 */ |