mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
Fill in IDL eventlog_GetOldestRecord() based on samba3 rpc.
Guenther (This used to be commit a939271b0758731debfb76eb512ccc1c8270e1fb)
This commit is contained in:
parent
e98d9af8b3
commit
aa6c98f5db
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user