diff options
author | Günther Deschner <gd@samba.org> | 2008-11-20 13:30:34 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-11-20 17:15:55 +0100 |
commit | 6ed83d3d4533ff7a290f1e674e5e82895319d18d (patch) | |
tree | f9eadddee592fcc5eaaf007700643e37c691e7bc /source3/librpc/gen_ndr/cli_eventlog.h | |
parent | 2736650f0ca55d9d9f47e689a8848902c11ccec2 (diff) | |
download | samba-6ed83d3d4533ff7a290f1e674e5e82895319d18d.tar.gz samba-6ed83d3d4533ff7a290f1e674e5e82895319d18d.tar.bz2 samba-6ed83d3d4533ff7a290f1e674e5e82895319d18d.zip |
s3-build: re-run make samba3-idl.
Guenther
Diffstat (limited to 'source3/librpc/gen_ndr/cli_eventlog.h')
-rw-r--r-- | source3/librpc/gen_ndr/cli_eventlog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/cli_eventlog.h b/source3/librpc/gen_ndr/cli_eventlog.h index 6945683340..0594a06f59 100644 --- a/source3/librpc/gen_ndr/cli_eventlog.h +++ b/source3/librpc/gen_ndr/cli_eventlog.h @@ -27,8 +27,8 @@ NTSTATUS rpccli_eventlog_OpenEventLogW(struct rpc_pipe_client *cli, struct eventlog_OpenUnknown0 *unknown0 /* [in] [unique] */, struct lsa_String *logname /* [in] [ref] */, struct lsa_String *servername /* [in] [ref] */, - uint32_t unknown2 /* [in] */, - uint32_t unknown3 /* [in] */, + uint32_t major_version /* [in] */, + uint32_t minor_version /* [in] */, struct policy_handle *handle /* [out] [ref] */); NTSTATUS rpccli_eventlog_RegisterEventSourceW(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx); |