diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-17 15:43:04 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-17 15:43:04 +0200 |
commit | f5b134fb4699fccce8e27023649b83d1cd77ff15 (patch) | |
tree | 6c8dcbb9d1e5baaa9127b651e83dcf9a6978d830 /source4/librpc/idl/eventlog.idl | |
parent | 5975cbc2606104c0eeaea12891ee6934e413f395 (diff) | |
download | samba-f5b134fb4699fccce8e27023649b83d1cd77ff15.tar.gz samba-f5b134fb4699fccce8e27023649b83d1cd77ff15.tar.bz2 samba-f5b134fb4699fccce8e27023649b83d1cd77ff15.zip |
Sync more interface descriptions between Samba 3 and Samba 4.
Diffstat (limited to 'source4/librpc/idl/eventlog.idl')
-rw-r--r-- | source4/librpc/idl/eventlog.idl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/librpc/idl/eventlog.idl b/source4/librpc/idl/eventlog.idl index ee42300c7c..4a62ce14f3 100644 --- a/source4/librpc/idl/eventlog.idl +++ b/source4/librpc/idl/eventlog.idl @@ -86,7 +86,10 @@ import "lsa.idl", "security.idl"; /******************/ /* Function: 0x05 */ - [todo] NTSTATUS eventlog_GetOldestRecord(); + NTSTATUS eventlog_GetOldestRecord( + [in] policy_handle *handle, + [out,ref] uint32 *oldest_entry + ); /******************/ /* Function: 0x06 */ |