summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/srv_eventlog.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-01-24 03:30:48 +0100
committerGünther Deschner <gd@samba.org>2009-01-24 03:33:22 +0100
commit4cac1da142aec103f1022aedeb068d9cc94c7f4e (patch)
tree3d347f7fedfaab2eef4a69bcc031c714befcd0ca /librpc/gen_ndr/srv_eventlog.h
parentb57c37d6aec28ef93c5d47aa3b20382bd8679361 (diff)
downloadsamba-4cac1da142aec103f1022aedeb068d9cc94c7f4e.tar.gz
samba-4cac1da142aec103f1022aedeb068d9cc94c7f4e.tar.bz2
samba-4cac1da142aec103f1022aedeb068d9cc94c7f4e.zip
s3: re-run make samba3-idl.
Guenther
Diffstat (limited to 'librpc/gen_ndr/srv_eventlog.h')
-rw-r--r--librpc/gen_ndr/srv_eventlog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/librpc/gen_ndr/srv_eventlog.h b/librpc/gen_ndr/srv_eventlog.h
index c540f92242..11d6886a24 100644
--- a/librpc/gen_ndr/srv_eventlog.h
+++ b/librpc/gen_ndr/srv_eventlog.h
@@ -25,6 +25,7 @@ NTSTATUS _eventlog_DeregisterClusterSvc(pipes_struct *p, struct eventlog_Deregis
NTSTATUS _eventlog_WriteClusterEvents(pipes_struct *p, struct eventlog_WriteClusterEvents *r);
NTSTATUS _eventlog_GetLogIntormation(pipes_struct *p, struct eventlog_GetLogIntormation *r);
NTSTATUS _eventlog_FlushEventLog(pipes_struct *p, struct eventlog_FlushEventLog *r);
+NTSTATUS _eventlog_ReportEventAndSourceW(pipes_struct *p, struct eventlog_ReportEventAndSourceW *r);
void eventlog_get_pipe_fns(struct api_struct **fns, int *n_fns);
NTSTATUS rpc_eventlog_dispatch(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, const struct ndr_interface_table *table, uint32_t opnum, void *r);
NTSTATUS _eventlog_ClearEventLogW(pipes_struct *p, struct eventlog_ClearEventLogW *r);
@@ -51,5 +52,6 @@ NTSTATUS _eventlog_DeregisterClusterSvc(pipes_struct *p, struct eventlog_Deregis
NTSTATUS _eventlog_WriteClusterEvents(pipes_struct *p, struct eventlog_WriteClusterEvents *r);
NTSTATUS _eventlog_GetLogIntormation(pipes_struct *p, struct eventlog_GetLogIntormation *r);
NTSTATUS _eventlog_FlushEventLog(pipes_struct *p, struct eventlog_FlushEventLog *r);
+NTSTATUS _eventlog_ReportEventAndSourceW(pipes_struct *p, struct eventlog_ReportEventAndSourceW *r);
NTSTATUS rpc_eventlog_init(void);
#endif /* __SRV_EVENTLOG__ */