diff options
author | Günther Deschner <gd@samba.org> | 2009-02-09 01:32:28 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-09 10:47:21 +0100 |
commit | 15243c13e914b1ecc6f0eec924cc587a4069c62b (patch) | |
tree | 94fec5f1cf408ca9dc712a7b513ba650b4f03f58 /librpc/gen_ndr/cli_spoolss.h | |
parent | 68404a2c97e6c2eb3c451c6a8ed4f2202fd3c87c (diff) | |
download | samba-15243c13e914b1ecc6f0eec924cc587a4069c62b.tar.gz samba-15243c13e914b1ecc6f0eec924cc587a4069c62b.tar.xz samba-15243c13e914b1ecc6f0eec924cc587a4069c62b.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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/librpc/gen_ndr/cli_spoolss.h b/librpc/gen_ndr/cli_spoolss.h index 6a4ffb0b84b..f534eabc90b 100644 --- a/librpc/gen_ndr/cli_spoolss.h +++ b/librpc/gen_ndr/cli_spoolss.h @@ -103,7 +103,6 @@ NTSTATUS rpccli_spoolss_GetPrinterDriverDirectory(struct rpc_pipe_client *cli, WERROR *werror); NTSTATUS rpccli_spoolss_DeletePrinterDriver(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, - struct policy_handle *handle /* [in] [ref] */, const char *server /* [in] [unique,charset(UTF16)] */, const char *architecture /* [in] [charset(UTF16)] */, const char *driver /* [in] [charset(UTF16)] */, @@ -471,6 +470,8 @@ NTSTATUS rpccli_spoolss_DeletePrinterDataEx(struct rpc_pipe_client *cli, WERROR *werror); NTSTATUS rpccli_spoolss_DeletePrinterKey(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, + struct policy_handle *handle /* [in] [ref] */, + const char *key_name /* [in] [charset(UTF16)] */, WERROR *werror); NTSTATUS rpccli_spoolss_53(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, |