summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/cli_spoolss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-07-03 10:10:53 +0200
committerGünther Deschner <gd@samba.org>2009-07-03 22:05:10 +0200
commit80b62f579fdf9975c718a75c6d8e623e30578139 (patch)
treef90928ab82704c93628f61c860401b6b1db6f4f2 /librpc/gen_ndr/cli_spoolss.h
parente9fc7c5e15ed87710be8f981b969ef411de25918 (diff)
downloadsamba-80b62f579fdf9975c718a75c6d8e623e30578139.tar.gz
samba-80b62f579fdf9975c718a75c6d8e623e30578139.tar.bz2
samba-80b62f579fdf9975c718a75c6d8e623e30578139.zip
spoolss: fill in spoolss_AddPrinter IDL.
Guenther
Diffstat (limited to 'librpc/gen_ndr/cli_spoolss.h')
-rw-r--r--librpc/gen_ndr/cli_spoolss.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/librpc/gen_ndr/cli_spoolss.h b/librpc/gen_ndr/cli_spoolss.h
index eb86e8c6a0..14e818cc54 100644
--- a/librpc/gen_ndr/cli_spoolss.h
+++ b/librpc/gen_ndr/cli_spoolss.h
@@ -51,6 +51,11 @@ NTSTATUS rpccli_spoolss_EnumJobs(struct rpc_pipe_client *cli,
WERROR *werror);
NTSTATUS rpccli_spoolss_AddPrinter(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
+ const char *server /* [in] [unique,charset(UTF16)] */,
+ struct spoolss_SetPrinterInfoCtr *info_ctr /* [in] [ref] */,
+ struct spoolss_DevmodeContainer *devmode_ctr /* [in] [ref] */,
+ struct sec_desc_buf *secdesc_ctr /* [in] [ref] */,
+ struct policy_handle *handle /* [out] [ref] */,
WERROR *werror);
NTSTATUS rpccli_spoolss_DeletePrinter(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,