From d92edb3aa3efacdbd6f363807a6266cae263556a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 17 Feb 2009 00:22:25 +0100 Subject: s3: re-run make samba3-idl. Guenther --- librpc/gen_ndr/cli_spoolss.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'librpc/gen_ndr/cli_spoolss.h') diff --git a/librpc/gen_ndr/cli_spoolss.h b/librpc/gen_ndr/cli_spoolss.h index 0859d8d017..8e0c725cb3 100644 --- a/librpc/gen_ndr/cli_spoolss.h +++ b/librpc/gen_ndr/cli_spoolss.h @@ -377,9 +377,9 @@ NTSTATUS rpccli_spoolss_RemoteFindFirstPrinterChangeNotifyEx(struct rpc_pipe_cli struct policy_handle *handle /* [in] [ref] */, uint32_t flags /* [in] */, uint32_t options /* [in] */, - const char *str /* [in] [unique,charset(UTF16)] */, + const char *local_machine /* [in] [unique,charset(UTF16)] */, uint32_t printer_local /* [in] */, - struct spoolss_NotifyOptionsContainer *t1 /* [in] [unique] */, + struct spoolss_NotifyOption *notify_options /* [in] [unique] */, WERROR *werror); NTSTATUS rpccli_spoolss_RouterReplyPrinterEx(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, @@ -394,7 +394,7 @@ NTSTATUS rpccli_spoolss_RouterRefreshPrinterChangeNotify(struct rpc_pipe_client TALLOC_CTX *mem_ctx, struct policy_handle *handle /* [in] [ref] */, uint32_t change_low /* [in] */, - struct spoolss_NotifyOptionsContainer *container /* [in] [unique] */, + struct spoolss_NotifyOption *options /* [in] [unique] */, struct spoolss_NotifyInfo **info /* [out] [ref] */, WERROR *werror); NTSTATUS rpccli_spoolss_44(struct rpc_pipe_client *cli, -- cgit