summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/eventlog.idl
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-08-06 00:58:06 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:31:25 -0500
commitf18657aa59749fe85bfe1cc4fc2a49db2685eea6 (patch)
treead3f394776d728106432c7fee35d31775e586c2a /source4/librpc/idl/eventlog.idl
parent865319a0ec76ce9281ce141487bd926d5480830f (diff)
downloadsamba-f18657aa59749fe85bfe1cc4fc2a49db2685eea6.tar.gz
samba-f18657aa59749fe85bfe1cc4fc2a49db2685eea6.tar.bz2
samba-f18657aa59749fe85bfe1cc4fc2a49db2685eea6.zip
r9156: Add IDL and test for FlushEventLog() but it always seems to return
NT_STATUS_ACCESS_DENIED. (This used to be commit f18d1f539e4fd434dfc519e45f4c356c5cd4d73a)
Diffstat (limited to 'source4/librpc/idl/eventlog.idl')
-rw-r--r--source4/librpc/idl/eventlog.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/librpc/idl/eventlog.idl b/source4/librpc/idl/eventlog.idl
index ab0f2a1ff0..0d34579327 100644
--- a/source4/librpc/idl/eventlog.idl
+++ b/source4/librpc/idl/eventlog.idl
@@ -172,5 +172,7 @@
/*****************/
/* Function 0x17 */
- NTSTATUS eventlog_FlushEventLog();
+ NTSTATUS eventlog_FlushEventLog(
+ [in,ref] policy_handle *handle
+ );
}