diff options
author | Günther Deschner <gd@samba.org> | 2009-02-09 11:11:28 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-09 12:33:40 +0100 |
commit | 43040b316ce70849a90f059d1fb6f234088df14b (patch) | |
tree | 423bdbee7cc128bb2dc0d8ccb57aa72e2f44102f /librpc/gen_ndr/cli_spoolss.h | |
parent | bf72c59c1bb465d3e8b687ac19108fac4d7f044a (diff) | |
download | samba-43040b316ce70849a90f059d1fb6f234088df14b.tar.gz samba-43040b316ce70849a90f059d1fb6f234088df14b.tar.xz samba-43040b316ce70849a90f059d1fb6f234088df14b.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.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/librpc/gen_ndr/cli_spoolss.h b/librpc/gen_ndr/cli_spoolss.h index f534eabc90b..a77878bcfe0 100644 --- a/librpc/gen_ndr/cli_spoolss.h +++ b/librpc/gen_ndr/cli_spoolss.h @@ -478,6 +478,11 @@ NTSTATUS rpccli_spoolss_53(struct rpc_pipe_client *cli, WERROR *werror); NTSTATUS rpccli_spoolss_DeletePrinterDriverEx(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, + const char *server /* [in] [unique,charset(UTF16)] */, + const char *architecture /* [in] [charset(UTF16)] */, + const char *driver /* [in] [charset(UTF16)] */, + uint32_t delete_flags /* [in] */, + uint32_t version /* [in] */, WERROR *werror); NTSTATUS rpccli_spoolss_55(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, |