diff options
author | Günther Deschner <gd@samba.org> | 2009-01-20 22:06:01 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-01-24 03:32:59 +0100 |
commit | 466872e9ff6d5aeb7900ca3ae17b1d7def3a9c60 (patch) | |
tree | 214619af6a57a9d031a9f5fa76580aef86fef804 /librpc | |
parent | ca799da8231841cc7e10350dfe83d35a55316e39 (diff) | |
download | samba-466872e9ff6d5aeb7900ca3ae17b1d7def3a9c60.tar.gz samba-466872e9ff6d5aeb7900ca3ae17b1d7def3a9c60.tar.bz2 samba-466872e9ff6d5aeb7900ca3ae17b1d7def3a9c60.zip |
eventlog: fill in IDL for eventlog_BackupEventLogW.
Guenther
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/eventlog.idl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/librpc/idl/eventlog.idl b/librpc/idl/eventlog.idl index 40def82c69..8c1df3d166 100644 --- a/librpc/idl/eventlog.idl +++ b/librpc/idl/eventlog.idl @@ -67,8 +67,11 @@ import "lsa.idl", "security.idl"; /******************/ /* Function: 0x01 */ - [todo] NTSTATUS eventlog_BackupEventLogW(); - + NTSTATUS eventlog_BackupEventLogW( + [in] policy_handle *handle, + [in,ref] lsa_String *backup_filename + ); + /******************/ /* Function: 0x02 */ NTSTATUS eventlog_CloseEventLog( |