summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/cli_spoolss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-19 13:06:11 +0100
committerGünther Deschner <gd@samba.org>2009-02-19 13:06:11 +0100
commit7d44cd50e8b420c6981ff93f42085ff664b686c5 (patch)
treed61f6ee606b93760d049ede14a7c494bfe1e5c90 /librpc/gen_ndr/cli_spoolss.h
parent1852cd0a6075279d48689a2c4c1cd4e25d2e3452 (diff)
downloadsamba-7d44cd50e8b420c6981ff93f42085ff664b686c5.tar.gz
samba-7d44cd50e8b420c6981ff93f42085ff664b686c5.tar.bz2
samba-7d44cd50e8b420c6981ff93f42085ff664b686c5.zip
s3: re-run make samba3-idl.
Guenther
Diffstat (limited to 'librpc/gen_ndr/cli_spoolss.h')
-rw-r--r--librpc/gen_ndr/cli_spoolss.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/librpc/gen_ndr/cli_spoolss.h b/librpc/gen_ndr/cli_spoolss.h
index 06e9ec91fc..bb38d59cfb 100644
--- a/librpc/gen_ndr/cli_spoolss.h
+++ b/librpc/gen_ndr/cli_spoolss.h
@@ -128,6 +128,13 @@ NTSTATUS rpccli_spoolss_EnumPrintProcessors(struct rpc_pipe_client *cli,
WERROR *werror);
NTSTATUS rpccli_spoolss_GetPrintProcessorDirectory(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
+ const char *server /* [in] [unique,charset(UTF16)] */,
+ const char *environment /* [in] [unique,charset(UTF16)] */,
+ uint32_t level /* [in] */,
+ DATA_BLOB *buffer /* [in] [unique] */,
+ uint32_t offered /* [in] */,
+ union spoolss_PrintProcessorDirectoryInfo *info /* [out] [unique,subcontext_size(offered),subcontext(4),switch_is(level)] */,
+ uint32_t *needed /* [out] [ref] */,
WERROR *werror);
NTSTATUS rpccli_spoolss_StartDocPrinter(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,